Home
last modified time | relevance | path

Searched refs:SubCommands (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/clap/tests/derive/
Doptions.rs197 cmd: Option<SubCommands>, in required_with_option_type()
201 enum SubCommands { in required_with_option_type() enum
219 cmd: Some(SubCommands::ExSub { verbose: 1 }), in required_with_option_type()
Dhelp.rs203 cmd: Option<SubCommands>, in derive_generated_error_has_full_context()
207 enum SubCommands { in derive_generated_error_has_full_context() enum
/third_party/rust/crates/clap/
DCHANGELOG.md2688 * **SubCommands:** adds support for subcommand aliases ([66b4dea6](https://github.com/clap-rs/clap…
2914 * **SubCommands:** fixed where subcmds weren't recognized after mult args ([c19c17a8](https://gith…
3115 * **Versionless SubCommands:** fixes a bug where the -V flag was needlessly built ([27df8b9d](http…
3956 * **SubCommands** add method to get name and subcommand matches together ([64e53928](https://githu…