Skip to main content

Module help_parser

Module help_parser 

Source

Re-exports§

pub use types::CliDefinition;
pub use types::ParamType;
pub use types::Parameter;
pub use types::SubCommand;

Modules§

clap
types

Functions§

parse_binary
Execute <binary> --help (and recursively <binary> <sub> --help) to build a CliDefinition from the program’s help text.