Searched refs:has_visible_subcommands (Results 1 – 3 of 3) sorted by relevance
102 && !(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()
607 let subcmds = parser.has_visible_subcommands(); in write_all_args()
519 pub fn has_visible_subcommands(&self) -> bool { in has_visible_subcommands() function