Home
last modified time | relevance | path

Searched defs:subcommands (Results 1 – 14 of 14) sorted by relevance

/third_party/rust/crates/clap/clap_complete_fig/tests/snapshots/
Dsub_subcommands.fig.js4 subcommands: [ property
31 subcommands: [ property
61 subcommands: [ property
87 subcommands: [ property
95 subcommands: [ property
Dbasic.fig.js4 subcommands: [ property
25 subcommands: [ property
Dfeature_sample.fig.js4 subcommands: [ property
31 subcommands: [ property
Dquoting.fig.js4 subcommands: [ property
68 subcommands: [ property
Dspecial_commands.fig.js4 subcommands: [ property
88 subcommands: [ property
/third_party/rust/crates/clap/tests/derive/
Dprivacy.rs25 mod subcommands { module
Dmain.rs32 mod subcommands; module
/third_party/rust/crates/clap/clap_derive/src/derives/
Dsubcommand.rs130 let mut subcommands = Vec::new(); in gen_augment() localVariable
374 let subcommands = variants.iter().map(|(_variant, item)| { in gen_has_subcommand() localVariable
482 let subcommands = unflatten_variants.iter().map(|(variant, item)| { in gen_from_arg_matches() localVariable
594 let subcommands = variants.iter().map(|(variant, item)| { in gen_update_from_arg_matches() localVariable
/third_party/python/Tools/peg_generator/scripts/
Dbenchmark.py32 subcommands = argparser.add_subparsers(title="Benchmarks", dest="subcommand") variable
/third_party/rust/crates/clap/tests/builder/
Dmain.rs42 mod subcommands; module
/third_party/rust/crates/clap/clap_complete/src/generator/
Dutils.rs36 pub fn subcommands(p: &Command) -> Vec<(String, String)> { in subcommands() function
/third_party/rust/crates/clap/clap_mangen/src/
Drender.rs224 pub(crate) fn subcommands(roff: &mut Roff, cmd: &clap::Command, section: &str) { in subcommands() function
/third_party/rust/rust/compiler/rustc_trait_selection/src/traits/error_reporting/
Don_unimplemented.rs315 pub subcommands: Vec<OnUnimplementedDirective>, field
383 let mut subcommands = vec![]; in parse() localVariable
/third_party/rust/crates/clap/src/builder/
Dcommand.rs100 subcommands: Vec<Command>, field
417 pub fn subcommands(mut self, subcmds: impl IntoIterator<Item = impl Into<Self>>) -> Self { in subcommands() method
4203 let mut subcommands = std::mem::take(&mut self.subcommands); in _propagate() localVariable