Aioli 2.2.0
What's new
- Automatically flushes
stdout
andstderr
so thatprintf
statements that don't include a\n
are still returned when we call theexec()
function. For example, in previous Aioli versions, a command likebcftools query -f "%ALT\n"
would work butbcftools query -f "%ALT"
would not return anything until you called another command that output a\n
!