Skip to main content

run_command

Function run_command 

Source
pub fn run_command(
    cmd: &[&str],
    cwd: Option<&Path>,
    check: bool,
    capture: bool,
) -> Result<CommandResult>
Expand description

Run a shell command.