Skip to main content

run_cmd

Function run_cmd 

Source
fn run_cmd<I, S>(program: &str, args: I) -> Result<()>
where I: IntoIterator<Item = S>, S: AsRef<OsStr>,