exec_cmd

Function exec_cmd 

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

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