Home
last modified time | relevance | path

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

/external/rust/crates/argh_derive/src/
Dlib.rs314 subcommands: <#ty as argh::SubCommands>::COMMANDS, in impl_from_args_struct_from_args()
420 subcommands: <#ty as argh::SubCommands>::COMMANDS, in impl_from_args_struct_redact_arg_values()
768 <#ty as argh::SubCommands>::COMMANDS, in append_missing_requirements()
886 impl argh::SubCommands for #name { in impl_from_args_enum()
Dhelp.rs87 <#subcommand_ty as argh::SubCommands>::COMMANDS in help()
/external/rust/crates/argh/src/
Dlib.rs445 pub trait SubCommands: FromArgs { trait
456 impl<T: SubCommand> SubCommands for T {
/external/rust/crates/clap/
DCHANGELOG.md1350 * **SubCommands:** adds support for subcommand aliases ([66b4dea6](https://github.com/kbknapp/clap…
1596 * **SubCommands:** fixed where subcmds weren't recognized after mult args ([c19c17a8](https://gith…
1807 * **Versionless SubCommands:** fixes a bug where the -V flag was needlessly built ([27df8b9d](http…
2711 * **SubCommands** add method to get name and subcommand matches together ([64e53928](https://githu…