Function exec_cmd

Source
pub fn exec_cmd(cmd: &mut Command, verbose: bool, msg: &str) -> MyResult<Output>
Expand description

Executes the command as a child process, waiting for it to finish and collecting all of its output.