Expand description
Re-export of structopt
Modules§
- clap
clap
is a simple-to-use, efficient, and full-featured library for parsing command line arguments and subcommands when writing console/terminal applications.- lazy_
static - A macro for declaring lazily evaluated statics.
Traits§
- Struct
Opt - A struct that is converted from command line arguments.
Derive Macros§
- Struct
Opt - Generates the
StructOpt
impl.