Home
last modified time | relevance | path

Searched refs:subcommands (Results 1 – 25 of 61) sorted by relevance

123

/external/autotest/site_utils/deployment/
Dcmdparse.py134 def _add_subcommand(subcommands, name, upload_default, description): argument
148 subparser = subcommands.add_parser(name, description=description)
160 def _add_servo_subcommand(subcommands): argument
167 subcommands, 'servo', True,
185 def _add_firmware_subcommand(subcommands): argument
192 subcommands, 'firmware', True,
204 def _add_test_image_subcommand(subcommands): argument
211 subcommands, 'test-image', True,
220 def _add_repair_subcommand(subcommands): argument
227 subcommands, 'repair', False,
[all …]
/external/llvm-project/lldb/test/API/functionalities/completion/
DTestCompletion.py115 subcommands = ['attach -P', 'connect -p', 'launch -p']
117 for subcommand in subcommands:
295 subcommands = ['enable', 'disable', 'delete', 'modify', 'ignore']
298 for subcommand in subcommands:
307 for subcommand in subcommands:
467 subcommands = ['continue', 'info', 'exception', 'select',
471 for subcommand in subcommands:
479 for subcommand in subcommands:
483 subcommands = ['delete', 'list', 'enable', 'disable', 'define']
484 for subcommand in subcommands:
[all …]
/external/python/cpython3/Tools/peg_generator/scripts/
Dbenchmark.py39 subcommands = argparser.add_subparsers(title="Benchmarks", dest="subcommand") variable
40 command_compile = subcommands.add_parser(
43 command_parse = subcommands.add_parser(
46 command_notree = subcommands.add_parser(
/external/rust/crates/clap/src/completions/
Dmod.rs57 for sc_v in p.subcommands.iter().map(|s| all_subcommand_names(&s.p)) { in all_subcommand_names()
74 for sc_v in p.subcommands.iter().map(|s| all_subcommands(&s.p)) { in all_subcommands()
114 for sc in &p.subcommands { in subcommands_of()
158 for sc in &p.subcommands { in get_all_subcommand_paths()
175 .subcommands in get_all_subcommand_paths()
Dzsh.rs57 subcommands = get_subcommands_of(self.p), in generate_to()
165 for sc in p.subcommands() { in subcommands_of()
227 let subcommands = get_subcommands_of(parser_of(p, &*bin_name)); localVariable
228 if !subcommands.is_empty() {
229 v.push(subcommands);
248 subcommands = subcmds.join("\n"),
Dfish.rs87 for subcommand in &comp_gen.p.subcommands {
99 for subcommand in &comp_gen.p.subcommands {
Delvish.rs108 for subcommand in &p.subcommands { in generate_inner()
122 for subcommand in &p.subcommands { in generate_inner()
Dpowershell.rs139 for subcommand in &p.subcommands { in generate_inner()
160 for subcommand in &p.subcommands { in generate_inner()
Dbash.rs204 p.subcommands in all_options_for_path()
208 for sc in &p.subcommands { in all_options_for_path()
/external/rust/crates/structopt/tests/
Dprivacy.rs17 pub subcommand: super::subcommands::SubCommand,
21 mod subcommands { module
/external/rust/crates/structopt/examples/
DREADME.md28 ### [Arguments of subcommands in separate `struct`](enum_tuple.rs)
30 How to extract subcommands' args into external structs.
50 Pseudo-`git` example, shows how to use subcommands and how to document them.
/external/rust/crates/clap/src/app/
Dparser.rs67 pub subcommands: Vec<App<'a, 'b>>, field
390 self.subcommands.push(subcmd); in add_subcommand()
399 for sc in &mut self.subcommands { in propagate_settings()
449 .subcommands in derive_display_order()
457 for sc in &mut self.subcommands { in derive_display_order()
489 !self.subcommands.is_empty() in has_subcommands()
522 .subcommands in has_visible_subcommands()
679 for sc in &mut self.subcommands { in propagate_globals()
714 .subcommands in possible_subcommand()
767 .subcommands in parse_help_subcommand()
[all …]
/external/autotest/server/
Dsubcommand.py107 subcommands = []
111 subcommands.append(subcommand(function, args, subdir))
112 return parallel(subcommands, timeout, return_results=return_results)
/external/llvm-project/clang/utils/
Dclangdiag.py173 if args.subcommands == 'enable':
175 elif args.subcommands == 'disable':
/external/rust/crates/clap/src/
Dsuggestions.rs49 subcommands: &'z [App], in did_you_mean_flag_suffix()
64 subcommands in did_you_mean_flag_suffix()
/external/llvm-project/debuginfo-tests/dexter/dex/command/
DParseCommand.py66 subcommands = valid_commands[command_name].get_subcommands()
67 if subcommands:
68 return { **valid_commands, **subcommands }
/external/iperf3/
Dmake_release57 subcommands to explicitly specify a tag string. If not specified, the
/external/llvm-project/clang/docs/CommandGuide/
Ddiagtool.rst17 :program:`diagtool` is separated into several subcommands each tailored to a
/external/llvm-project/lldb/test/Shell/Watchpoint/
DSetErrorCases.test14 # CHECK: The following subcommands are supported:
/external/rust/crates/clap/
DCHANGELOG.md63 * Dont mention unused subcommands ([ef92e2b6](https://github.com/kbknapp/clap-rs/commit/ef92e2b63…
69 * **help message:** Unconditionally uses long description for subcommands ([6acc8b6a](https://gith…
97 * **help message:** Unconditionally uses long description for subcommands ([6acc8b6a](https://gith…
111 * **AllowExternalSubcommands**: fixes a bug where external subcommands would be blocked by a simila…
210 …* Maybe fix completions with mixed positionals and subcommands ([1146f0da](https://github.com/kbk…
260 … with only AppSettings::AllowExternalSubcommands is used with no other subcommands ([e78bb757](htt…
294 The only CLIs affected will be those using unrestrained multiple values and subcommands where the
313 * adds addtional blurbs about using multiples with subcommands ([03455b77](https://github.com/kbk…
321 * if all subcommands are hidden, the subcommands section of the help message is no longer display…
339 * if all subcommands are hidden, the subcommands section of the help message is no longer display…
[all …]
DREADME.md11 …ient, and full-featured library for parsing command line arguments and subcommands when writing co…
46 …p switches (or flags) along with associated messages. If you are using subcommands, `clap` will al…
89 - Even works through many multiple levels of subcommands
128 …you mean '--myoption'?` error and exit gracefully. This also works for subcommands and flags. (Tha…
130 …ce, and be available to all child subcommands. There values will also be propagated up/down throug…
197 // You can handle information about subcommands by requesting their matches by name
236 subcommands:
494 …mand names. This only arises by using unrestrained multiple values and subcommands together where …
/external/python/cpython2/Doc/distutils/
Dcommandref.rst25 the subcommands :command:`install_lib`, :command:`install_data` and
/external/rust/crates/structopt/
DCHANGELOG.md73 * [External subcommands](https://docs.rs/structopt/0.3/structopt/#external-subcommands).
74 * [Flattening subcommands](https://docs.rs/structopt/0.3.8/structopt/#flattening-subcommands).
227 `structopt` 0.3 uses field renaming to deduce a name for long options and subcommands.
354 * Automatic naming of fields and subcommands by [@0ndorio](https://github.com/0ndorio)
/external/skia/
Dgo.mod30 github.com/maruel/subcommands v1.0.0 // indirect
/external/python/cpython3/Doc/distutils/
Dcommandref.rst27 the subcommands :command:`install_lib`, :command:`install_data` and

123