Skip to main content

parse

Function parse 

Source
pub fn parse(args: impl Iterator<Item = OsString>) -> ParsedArgs
Expand description

Parse the dispatcher’s meta-command surface from args.

args should start with the program name (argv\[0\]) for parity with std::env::args_os().