Function parse

Source
pub fn parse<I, S>(args: I) -> Result<Parse, Error>
where I: IntoIterator<Item = S>, S: Into<String>,
Expand description

Parses command line arguments.