Skip to main content

run_from

Function run_from 

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

Exposed for tests: parse from an explicit argv, bypassing std::env::args.