Expand description
Command line argument parser
Structs§
- Container for parse results.
- Iterate over indices for where an argument appeared when parsing, via
ArgMatches::indices_of - Iterate over raw argument values via
ArgMatches::get_raw. - Iterate over multiple values for an argument via
ArgMatches::remove_many. - Iterate over multiple values for an argument via
ArgMatches::get_many.
Enums§
- Violation of
ArgMatchesassumptions - Origin of the argument’s value