Skip to main content

run_with_args

Function run_with_args 

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