Function run_with_args

Source
pub fn run_with_args<I, T>(args: I) -> i32
where I: IntoIterator<Item = T>, T: Into<OsString> + Clone,