pub fn parse<'a, 'b, T>( cmdline: &'a str, options: &'b [T], ) -> ArgumentIterator<'a, 'b, T, SplitArgs<'a>> ⓘwhere T: ToString,
Parse the command line.
See the main crate documentation for more details and examples.