Home
last modified time | relevance | path

Searched refs:disable_help_flag (Results 1 – 8 of 8) sorted by relevance

/third_party/rust/crates/clap/tests/builder/
Dhidden_args.rs233 .disable_help_flag(true) in hide_opt_args_only()
253 .disable_help_flag(true) in hide_pos_args_only()
273 .disable_help_flag(true) in hide_subcmds_only()
Dhelp.rs1249 .disable_help_flag(true); in override_help_short()
1268 .disable_help_flag(true); in override_help_long()
1287 .disable_help_flag(true); in override_help_about()
1511 .disable_help_flag(true) in issue_1112_setup()
2014 .disable_help_flag(true) in after_help_no_args()
2289 .disable_help_flag(true) in only_custom_heading_opts_no_args()
2309 .disable_help_flag(true) in only_custom_heading_pos_no_args()
2527 .disable_help_flag(true) in disabled_help_flag()
2538 .disable_help_flag(true) in disabled_help_flag_and_subcommand()
2572 .disable_help_flag(true) in override_help_flag_using_long()
[all …]
/third_party/rust/crates/clap/tests/
Dmacros.rs127 .disable_help_flag(true) in short_help()
143 .disable_help_flag(true) in long_help()
/third_party/rust/crates/cxx/gen/cmd/src/
Dapp.rs39 .disable_help_flag(true) in app()
/third_party/rust/crates/clap/clap_bench/benches/
D05_ripgrep.rs310 .disable_help_flag(true) in cmd()
/third_party/rust/crates/clap/tests/derive/
Dhelp.rs432 #[command(disable_help_flag = true)] in custom_help_flag()
/third_party/rust/crates/clap/src/builder/
Dcommand.rs1200 pub fn disable_help_flag(self, yes: bool) -> Self { in disable_help_flag() method
/third_party/rust/crates/clap/
DCHANGELOG.md518 …stomize help and version arguments, instead disable them (`Command::disable_help_flag`, `Command::…
555 the built-in flags (`Command::disable_help_flag`,
559 the built-in flags (`Command::disable_help_flag`,
785 - `AppSettings::NoHelpVersion` with `ArgAction` or `Command::disable_help_flag` / `Command::disable…