Searched refs:hide_short_help (Results 1 – 4 of 4) sorted by relevance
/third_party/rust/crates/clap/clap_complete/src/ |
D | dynamic.rs | 32 hide_short_help = true, 37 #[arg(long, hide_short_help = true, group = "complete")] 43 hide_short_help = true, 48 #[arg(long, hide_short_help = true, group = "complete")] 54 hide_short_help = true, 59 #[arg(raw = true, hide_short_help = true, group = "complete")]
|
/third_party/rust/crates/clap/tests/builder/ |
D | hidden_args.rs | 54 .hide_short_help(true) in hide_short_args() 97 .hide_short_help(true) in hide_short_args_long_help()
|
D | help.rs | 1727 .hide_short_help(true), in custom_help_headers_hide_args() 1748 .hide_short_help(true), in custom_help_headers_hide_args() 1818 .hide_short_help(true), in issue_1364_no_short_options()
|
/third_party/rust/crates/clap/src/builder/ |
D | arg.rs | 2469 pub fn hide_short_help(self, yes: bool) -> Self { in hide_short_help() method
|