Skip to main content

run_cmd

Function run_cmd 

Source
pub(crate) fn run_cmd(program: &str, args: &[&str]) -> Result<()>
Expand description

Run an arbitrary command, forwarding stdout/stderr. Fails if exit code != 0.