pub fn parse(args: impl Iterator<Item = OsString>) -> ParsedArgsExpand 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().
pub fn parse(args: impl Iterator<Item = OsString>) -> ParsedArgsParse the dispatcher’s meta-command surface from args.
args should start with the program name (argv\[0\]) for parity with
std::env::args_os().