Skip to main content

parse_args

Function parse_args 

Source
pub fn parse_args<I>(args: I) -> Result<CliCommand>
where I: IntoIterator, I::Item: Into<String>,
Expand description

Parse CLI arguments from an iterator (including argv0 as first item).