rustmax

Module clap

Source
Expand description

Command line parsing.

See crate ::clap.

Modules§

Macros§

Structs§

  • The abstract representation of a command line argument. Used to set all the options and relationships that define a valid argument for the program.
  • Family of related arguments.
  • Container for parse results.
  • Build a command-line interface.
  • Arg or ArgGroup identifier

Enums§

  • Behavior of arguments when they are encountered while parsing
  • Represents the color preferences for program output
  • Provide shell with hint on how to complete an argument.

Traits§

Type Aliases§

  • Command Line Argument Parser Error

Derive Macros§

  • Generates the Args impl.
  • Generates the Parser implementation.
  • Generates the Subcommand impl.
  • Generates the ValueEnum impl.