Home
last modified time | relevance | path

Searched refs:hide_long_help (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/clap/tests/builder/
H A Dhidden_args.rs136 .hide_long_help(true) in hide_long_args()
171 .hide_long_help(true) in hide_long_args_short_help()
/third_party/rust/crates/clap/src/builder/
H A Darg.rs2487 /// Setting `hide_long_help(true)` will hide the argument when displaying long help text
2495 /// .hide_long_help(true)
2522 /// .hide_long_help(true)
2543 pub fn hide_long_help(self, yes: bool) -> Self { in hide_long_help() functions
4030 /// Report whether [`Arg::hide_long_help`] is set

Completed in 6 milliseconds