Home
last modified time | relevance | path

Searched refs:has_visible_subcommands (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/clap/src/app/
Dusage.rs102 && !(p.has_visible_subcommands() || p.is_set(AS::AllowExternalSubcommands)) in create_help_usage()
146 if p.has_visible_subcommands() && incl_reqs || p.is_set(AS::AllowExternalSubcommands) { in create_help_usage()
Dhelp.rs607 let subcmds = parser.has_visible_subcommands(); in write_all_args()
Dparser.rs519 pub fn has_visible_subcommands(&self) -> bool { in has_visible_subcommands() function