run_command

Function run_command 

Source
pub fn run_command(cmd: &mut Command) -> Result<Output>
Expand description

Run a command, optionally logging it to stderr if verbose mode is enabled. Returns the command output.