Home
last modified time | relevance | path

Searched refs:disable_help_subcommand (Results 1 - 4 of 4) sorted by relevance

/third_party/rust/crates/clap/tests/builder/
H A Dhelp.rs2539 .disable_help_subcommand(true) in disabled_help_flag_and_subcommand()
2556 .disable_help_subcommand(true); in override_help_subcommand()
2573 .disable_help_subcommand(true); in override_help_flag_using_long()
2582 .disable_help_subcommand(true) in override_help_flag_using_short()
H A Dsubcommands.rs426 .disable_help_subcommand(true) in subcommand_not_recognized()
H A Dapp_settings.rs614 fn disable_help_subcommand() { in disable_help_subcommand() functions
616 .disable_help_subcommand(true) in disable_help_subcommand()
/third_party/rust/crates/clap/src/builder/
H A Dcommand.rs1215 /// .disable_help_subcommand(true)
1228 pub fn disable_help_subcommand(self, yes: bool) -> Self { in disable_help_subcommand() functions
3596 /// Report whether [`Command::disable_help_subcommand`] is set

Completed in 13 milliseconds