Searched refs:disable_help_subcommand (Results 1 – 5 of 5) sorted by relevance
2516 .disable_help_subcommand(true) in disabled_help_flag_and_subcommand()2533 .disable_help_subcommand(true); in override_help_subcommand()2550 .disable_help_subcommand(true); in override_help_flag_using_long()2559 .disable_help_subcommand(true) in override_help_flag_using_short()
614 fn disable_help_subcommand() { in disable_help_subcommand() function616 .disable_help_subcommand(true) in disable_help_subcommand()
426 .disable_help_subcommand(true) in subcommand_not_recognized()
1228 pub fn disable_help_subcommand(self, yes: bool) -> Self { in disable_help_subcommand() method
726 …sion` with `ArgAction` or `Command::disable_help_flag` / `Command::disable_help_subcommand` (#3800)