pub fn parse_arguments<T: Iterator<Item = String>>( args: T, ) -> Result<Vec<Argument>, Error>
Parse command line arguments.
Note that the first argument is often the command or binary name.