Home
last modified time | relevance | path

Searched refs:disable_help_flag (Results 1 - 7 of 7) sorted by relevance

/third_party/rust/crates/clap/tests/builder/
H A 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()
H A 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()
1295 #[should_panic = "Command conflict: Argument names must be unique, but 'help' is in use by more than one argument or group (call `cmd.disable_help_flag(true)` to remove the auto-generated `--help`)"]
1304 #[should_panic = "Command conflict: Short option names must be unique for each argument, but '-h' is in use by both 'home' and 'help' (call `cmd.disable_help_flag(true)` to remove the auto-generated `--help`)"]
1313 #[should_panic = "Command conflict: Long option names must be unique for each argument, but '--help' is in use by both 'custom-help' and 'help' (call `cmd.disable_help_flag(true)` to remove the auto-generated `--help`)"]
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(tru in only_custom_heading_pos_no_args()
[all...]
/third_party/rust/crates/cxx/gen/cmd/src/
H A Dapp.rs39 .disable_help_flag(true) in app()
/third_party/rust/crates/clap/tests/
H A Dmacros.rs127 .disable_help_flag(true) in short_help()
143 .disable_help_flag(true) in long_help()
/third_party/rust/crates/clap/tests/derive/
H A Dhelp.rs432 #[command(disable_help_flag = true)] in custom_help_flag()
/third_party/rust/crates/clap/clap_bench/benches/
H A D05_ripgrep.rs310 .disable_help_flag(true) in cmd()
/third_party/rust/crates/clap/src/builder/
H A Dcommand.rs268 /// .mut_subcommand("bar", |subcmd| subcmd.disable_help_flag(true));
1192 /// .disable_help_flag(true)
1200 pub fn disable_help_flag(self, yes: bool) -> Self { in disable_help_flag() functions
3591 /// Report whether [`Command::disable_help_flag`] is set

Completed in 12 milliseconds