Re-exports§
pub use types::CliDefinition;pub use types::ParamType;pub use types::Parameter;pub use types::SubCommand;
Modules§
Functions§
- parse_
binary - Execute
<binary> --help(and recursively<binary> <sub> --help) to build aCliDefinitionfrom the program’s help text.