[][src]Function crev_common::run_with_shell_cmd_custom

pub fn run_with_shell_cmd_custom(
    cmd: OsString,
    arg: Option<&Path>,
    capture_stdout: bool
) -> Result<Output>