pub fn output(command: &mut Command) -> Result<Output>Expand description
Run with std’s concurrent captured-output behavior and native exit status.
Its stdio behavior is exactly Command::output: unspecified stdout/stderr
are captured while explicit stream overrides remain caller-controlled.
Every other caller-owned command property remains unchanged.