Skip to main content

parse_args

Function parse_args 

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

Parse CLI arguments from a string slice (for testing)