Function parse_arguments

Source
pub fn parse_arguments<T: Iterator<Item = String>>(
    args: T,
) -> Result<Vec<Argument>, Error>
Expand description

Parse command line arguments.

Note that the first argument is often the command or binary name.