parse

Function parse 

Source
pub fn parse<'a, 'b, T>(
    cmdline: &'a str,
    options: &'b [T],
) -> ArgumentIterator<'a, 'b, T, SplitArgs<'a>> 
where T: ToString,
Expand description

Parse the command line.

See the main crate documentation for more details and examples.