Module clap::builder

source ·
Expand description

Define [Command] line [arguments][Arg]

Re-exports

  • pub use action::ArgAction;
  • pub use arg::Arg;
  • pub use arg_group::ArgGroup;
  • pub use command::Command;
  • pub use value_hint::ValueHint;

Structs

Enums

Traits