Skip to main content

run_with_args

Function run_with_args 

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

Run the CLI using a custom iterator of arguments.