cpp-subprocess
cpp-subprocess copied to clipboard
add option to redirect output to stdout
In python, it can be directed by passing stdout.
Agreed. Redirecting to stdout & stderr is the default behavior in Python subprocess.
@xoviat Would it be possible for you to create a PR for this ?