[−][src]Crate structopt_utilities
Re-exports
pub use structopt; |
pub use structopt::clap; |
Modules
| clap |
|
| completions | Resources to create a completion generator program. |
| lazy_static | A macro for declaring lazily evaluated statics. |
Traits
| StructOpt | A struct that is converted from command line arguments. |
| StructOptUtils | Utility trait for all |
Derive Macros
| StructOpt | Generates the |