pub fn status(command: &mut Command) -> Result<ExitStatus>Expand description
Run and return the native exit status.
Standard streams retain exactly the caller’s Command configuration; the
std default is inherited streams, while explicit stdin/stdout/stderr
overrides remain in force.