Skip to main content

run_cmd_os

Function run_cmd_os 

Source
fn run_cmd_os<I>(program: &str, args: I) -> Result<()>
where I: IntoIterator<Item = OsString>,