Home
last modified time | relevance | path

Searched refs:disable_help_subcommand (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/crates/clap/tests/builder/
Dhelp.rs2516 .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()
Dapp_settings.rs614 fn disable_help_subcommand() { in disable_help_subcommand() function
616 .disable_help_subcommand(true) in disable_help_subcommand()
Dsubcommands.rs426 .disable_help_subcommand(true) in subcommand_not_recognized()
/third_party/rust/crates/clap/src/builder/
Dcommand.rs1228 pub fn disable_help_subcommand(self, yes: bool) -> Self { in disable_help_subcommand() method
/third_party/rust/crates/clap/
DCHANGELOG.md726 …sion` with `ArgAction` or `Command::disable_help_flag` / `Command::disable_help_subcommand` (#3800)