Module foundations::cli

source ·
Available on crate feature cli only.
Expand description

Command line interface-related functionality.

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.
  • Container for parse results.
  • A command line interface (CLI) helper that takes care of the command line arguments parsing basics.

Enums§

  • Behavior of arguments when they are encountered while parsing