Searched refs:is_disable_help_subcommand_set (Results 1 – 3 of 3) sorted by relevance
411 } else if cmd.has_subcommands() && !cmd.is_disable_help_subcommand_set() { in get_help_flag()
3597 pub fn is_disable_help_subcommand_set(&self) -> bool { in is_disable_help_subcommand_set() method4169 let autogenerated_help_subcommand = !self.is_disable_help_subcommand_set(); in _propagate_global_args()
110 if sc_name == "help" && !self.cmd.is_disable_help_subcommand_set() { in get_matches_with()