pub fn parse_binary(binary: &str) -> Result<CliDefinition>Expand description
Execute <binary> --help (and recursively <binary> <sub> --help) to
build a CliDefinition from the program’s help text.
pub fn parse_binary(binary: &str) -> Result<CliDefinition>Execute <binary> --help (and recursively <binary> <sub> --help) to
build a CliDefinition from the program’s help text.