Home
last modified time | relevance | path

Searched refs:get_subcommands (Results 1 - 15 of 15) sorted by relevance

/third_party/rust/crates/clap/src/builder/
H A Dtests.rs12 cmd.get_subcommands().next().unwrap().get_version(), in propagate_version()
24 .get_subcommands() in global_setting()
45 .get_subcommands() in issue_2090()
H A Ddebug_asserts.rs41 for sc in cmd.get_subcommands() {
322 for sc in cmd.get_subcommands() {
H A Dcommand.rs3372 pub fn get_subcommands(&self) -> impl Iterator<Item = &Command> { in get_subcommands() functions
3430 self.get_subcommands().find(|s| s.aliases_to(name)) in find_subcommand()
4276 .subcommands(self.get_subcommands().map(Command::_copy_subtree_for_help));
4315 .subcommands(self.get_subcommands().map(Command::_copy_subtree_for_help)); in _copy_subtree_for_help()
4458 self.get_subcommands().flat_map(|sc| {
4544 self.get_subcommands()
4551 self.get_subcommands()
/third_party/rust/crates/clap/clap_complete/src/shells/
H A Dfish.rs73 cmd.get_subcommands() in gen_fish_inner()
135 for subcommand in cmd.get_subcommands() { in gen_fish_inner()
150 for subcommand in cmd.get_subcommands() { in gen_fish_inner()
H A Dbash.rs100 for subcmd in cmd.get_subcommands() { in all_subcommands()
106 for subcmd in cmd.get_subcommands() { in all_subcommands()
H A Dzsh.rs167 for command in p.get_subcommands() { in subcommands_of()
290 for subcommand in parent.get_subcommands() {
/third_party/rust/crates/clap/clap_complete/src/generator/
H A Dutils.rs12 for sc_v in cmd.get_subcommands().map(all_subcommands) { in all_subcommands()
42 for sc in p.get_subcommands() { in subcommands()
/third_party/rust/crates/clap/clap_mangen/tests/
H A Droff.rs79 .get_subcommands() in sub_subcommands_help()
/third_party/rust/crates/clap/clap_mangen/src/
H A Dlib.rs267 cmd.get_subcommands().any(|i| !i.is_hide_set()) in app_has_subcommands()
H A Drender.rs225 for sub in cmd.get_subcommands().filter(|s| !s.is_hide_set()) {
/third_party/rust/crates/clap/src/parser/
H A Darg_matcher.rs34 .get_subcommands()
H A Dparser.rs587 .get_subcommands() in possible_long_flag_subcommand()
/third_party/rust/crates/clap/src/output/
H A Dhelp_template.rs836 .get_subcommands() in write_subcommands()
856 let next_line_help = self.will_subcommands_wrap(cmd.get_subcommands(), longest); in write_subcommands()
/third_party/rust/crates/clap/clap_complete_fig/src/
H A Dfig.rs58 for subcommand in cmd.get_subcommands() { in gen_fig_inner()
/third_party/rust/crates/clap/tests/builder/
H A Dapp_settings.rs1210 let sub = cmd.get_subcommands().collect::<Vec<_>>()[0]; in color_is_global()

Completed in 22 milliseconds