Searched refs:has_visible_subcommands (Results 1 – 3 of 3) sorted by relevance
48 let subcmds = self.template.cmd.has_visible_subcommands(); in write_help()350 let subcmds = self.cmd.has_visible_subcommands(); in write_all_args()
90 if self.cmd.has_visible_subcommands() && incl_reqs in create_help_usage()
4402 pub(crate) fn has_visible_subcommands(&self) -> bool { in has_visible_subcommands() method