Skip to main content

run_cli_with_args

Function run_cli_with_args 

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