Module structopt

Source
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§

StructOpt
A struct that is converted from command line arguments.

Derive Macros§

StructOpt
Generates the StructOpt impl.