Searched refs:hide_short_help (Results 1 - 4 of 4) sorted by relevance
/third_party/rust/crates/clap/clap_complete/src/ |
H A 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/ |
H A D | hidden_args.rs | 54 .hide_short_help(true) in hide_short_args() 97 .hide_short_help(true) in hide_short_args_long_help()
|
H A D | help.rs | 1750 .hide_short_help(true), in custom_help_headers_hide_args() 1771 .hide_short_help(true), in custom_help_headers_hide_args() 1841 .hide_short_help(true), in issue_1364_no_short_options()
|
/third_party/rust/crates/clap/src/builder/ |
H A D | arg.rs | 2411 /// .hide_short_help(true); 2414 /// Setting `hide_short_help(true)` will hide the argument when displaying short help text 2422 /// .hide_short_help(true) 2449 /// .hide_short_help(true) 2470 pub fn hide_short_help(self, yes: bool) -> Self { in hide_short_help() functions 4025 /// Report whether [`Arg::hide_short_help`] is set
|
Completed in 9 milliseconds