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