-
-
Notifications
You must be signed in to change notification settings - Fork 916
Closed
Labels
Description
Currently when not running under an interactive shell, it will buffer its output and output everything in one go.
However, I am writing a GUI front end and need this "streaming" mode similar to when running under an interactive shell so users can see the result in a faster manner.
Expected behaviour is that the user can instantly see the initial result with more items being added along the way.
Am I missing something or is there any switch to customize this behavior?