Function cargo_util::process_builder::piped
source ยท fn piped(cmd: &mut Command, pipe_stdin: bool) -> &mut Command
Expand description
Creates new pipes for stderr, stdout, and optionally stdin.
fn piped(cmd: &mut Command, pipe_stdin: bool) -> &mut Command
Creates new pipes for stderr, stdout, and optionally stdin.