Expand description
[Command][crate::Command] line argument parser
Re-exports
pub use self::matches::ArgMatches;
Structs
- 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 [
ArgMatches][crate::ArgMatches] assumptions - Origin of the argument’s value