fn run_silent<S: AsRef<str>>( description: S, command: &mut Command, ) -> Result<Output>
Invoke a Command and check its exit code for success.
Command