@YvanDaSilva One was executing external command and:
A. loosing either `stdout` or `stderr` in output until extra steps made
B. Poor support for background execution with real time output to the console
Moreover, it looks like it's #Go idiom, to do it this way.
I wanted to write wrapper type handling this generically for all use cases, but I surrendered trying to figure out how.




