cmd_call

Function cmd_call 

Source
pub fn cmd_call(
    bin: &str,
    args: &[&str],
    output_stdout: bool,
    output_stderr: bool,
    verbosity: &Verbosity,
) -> Result<Output>