netinvent / command_runner

Substitute for subprocess that handles all hassle that comes from different platform and python versions, and allows live stdout and stderr capture for background job/interactive GUI programming ;)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Print stdout in real time ?

assuiedmilan opened this issue · comments

I wanted to know if there's any way to display the output in real time while a command is running ?
This is possible when using subprocess, was wondering if I can do the same here

Thanks

Please read the documentation.
The parameter you're searching for is live_output=True

Closed due to inactivity. Feel free to comment.