Closed
Description
std::io::Command
by default creates new stdout/stderr for the command.
I don't see an obvious way to make it use same stdout/stderr as the parent process. Could you add an example that shows how to this?
Typically own stdout/stderr is a very desirable behavior, but in Cargo build scripts this hides output of commands and makes debugging difficult, so in that context inherited stdin/stdout is a common and useful use-case.
Metadata
Metadata
Assignees
Labels
No labels