Crate clap_builder

source ·
Expand description

clap_builder

Builder implementation for clap.

docs.rs

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

See CONTRIBUTING for more details.

Re-exports

Modules

Macros

  • Create an Arg from a usage string.
  • commandcargo
    Allows you to build the Command instance from your Cargo.toml at compile time.
  • Allows you to pull the authors for the command from your Cargo.toml at compile time in the form: "author1 lastname <author1@example.com>:author2 lastname <author2@example.com>"
  • Allows you to pull the description from your Cargo.toml at compile time.
  • Allows you to pull the name from your Cargo.toml at compile time.
  • Allows you to pull the version from your Cargo.toml at compile time as MAJOR.MINOR.PATCH_PKGVERSION_PRE
  • Select a ValueParser implementation from the intended type

Structs

Enums

  • Represents the color preferences for program output

Traits

Type Definitions

  • Command Line Argument Parser Error