Searched defs:subcommands (Results 1 – 10 of 10) sorted by relevance
| /external/webrtc/tools_webrtc/mb/docs/ |
| D | user_guide.md | 21 ### `mb analyze` 96 ### `mb audit` 103 ### `mb gen` 143 ### `mb help` 147 ### `mb lookup` 156 ### `mb validate`
|
| /external/autotest/site_utils/deployment/ |
| D | cmdparse.py | 134 def _add_subcommand(subcommands, name, upload_default, description): argument 160 def _add_servo_subcommand(subcommands): argument 185 def _add_firmware_subcommand(subcommands): argument 204 def _add_test_image_subcommand(subcommands): argument 220 def _add_repair_subcommand(subcommands): argument 236 def _add_labstation_subcommand(subcommands): argument
|
| /external/rust/crates/structopt/tests/ |
| D | privacy.rs | 21 mod subcommands { module
|
| /external/python/cpython3/Tools/peg_generator/scripts/ |
| D | benchmark.py | 32 subcommands = argparser.add_subparsers(title="Benchmarks", dest="subcommand") variable
|
| /external/rust/crates/clap/src/completions/ |
| D | zsh.rs | 227 let subcommands = get_subcommands_of(parser_of(p, &*bin_name)); localVariable
|
| /external/rust/crates/argh_derive/src/ |
| D | help.rs | 86 let subcommands = argh::print_subcommands( in help() localVariable
|
| /external/rust/crates/argh/src/ |
| D | lib.rs | 848 pub subcommands: &'static [&'static CommandInfo], field 908 subcommands: Option<&'static [&'static CommandInfo]>, field
|
| /external/rust/crates/clap/src/app/ |
| D | parser.rs | 67 pub subcommands: Vec<App<'a, 'b>>, field 2147 pub fn subcommands(&self) -> Iter<App> { in subcommands() function
|
| D | mod.rs | 1089 pub fn subcommands<I>(mut self, subcmds: I) -> Self in subcommands() method
|
| /external/rust/crates/structopt-derive/src/ |
| D | lib.rs | 482 let subcommands = variants.iter().filter_map(|variant| { in gen_augment_clap_enum() localVariable
|