Expand description
Command
line argument parser
Structs§
- ArgMatches
- Container for parse results.
- IdsRef
- Iterate over
Arg
andArgGroup
Id
s viaArgMatches::ids
. - Indices
- Iterate over indices for where an argument appeared when parsing, via
ArgMatches::indices_of
- RawValues
- Iterate over raw argument values via
ArgMatches::get_raw
. - Values
- Iterate over multiple values for an argument via
ArgMatches::remove_many
. - Values
Ref - Iterate over multiple values for an argument via
ArgMatches::get_many
.
Enums§
- Matches
Error - Violation of
ArgMatches
assumptions - Value
Source - Origin of the argument’s value