JohnSundell / ShellOut

Easily run shell commands from a Swift script or command line tool
MIT License
870 stars 83 forks source link

Standard output delay #75

Open shahzadmajeed opened 11 months ago

shahzadmajeed commented 11 months ago

Hi, Great tool for swift scripting... I'm seeing an issue where command output is not written to standard output / terminal until the command is done execution even though there were intermediate logs produced by sub-commands.

Is there a way to log/print output to terminal as it is being produced?

Thank you!