logo

Module clap::parser

source · []
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

Deprecated, replaced with ArgMatches::get_many()

Iterate over raw argument values via ArgMatches::get_raw.

Deprecated, replaced with ArgMatches::get_many()

Iterate over multiple values for an argument via ArgMatches::get_many.

Enums

Violation of ArgMatches assumptions

Origin of the argument’s value