Home
last modified time | relevance | path

Searched defs:subcommands (Results 1 - 12 of 12) sorted by relevance

/third_party/rust/crates/clap/tests/derive/
H A Dprivacy.rs25 mod subcommands { modules
H A Dmain.rs32 mod subcommands; modules
/third_party/rust/crates/clap/clap_complete_fig/tests/snapshots/
H A Dspecial_commands.fig.js
H A Dsub_subcommands.fig.js
H A Dquoting.fig.js
H A Dfeature_sample.fig.js
H A Dbasic.fig.js
/third_party/rust/crates/clap/clap_derive/src/derives/
H A Dsubcommand.rs130 let mut subcommands = Vec::new(); in gen_augment() variables
/third_party/rust/crates/clap/clap_complete/src/generator/
H A Dutils.rs36 pub fn subcommands(p: &Command) -> Vec<(String, String)> { in subcommands() functions
[all...]
/third_party/python/Tools/peg_generator/scripts/
H A Dbenchmark.py32 subcommands = argparser.add_subparsers(title="Benchmarks", dest="subcommand") variable
/third_party/rust/crates/clap/tests/builder/
H A Dmain.rs42 mod subcommands; modules
/third_party/rust/crates/clap/src/builder/
H A Dcommand.rs417 pub fn subcommands(mut self, subcmds: impl IntoIterator<Item = impl Into<Self>>) -> Self { subcommands() functions
4203 let mut subcommands = std::mem::take(&mut self.subcommands); global() variables
[all...]

Completed in 5 milliseconds