Home
last modified time | relevance | path

Searched refs:before_long_help (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/clap/src/builder/
Dcommand.rs83 before_long_help: Option<StyledStr>, field
1603 pub fn before_long_help(mut self, help: impl IntoResettable<StyledStr>) -> Self { in before_long_help() method
1604 self.before_long_help = help.into_resettable().into_option(); in before_long_help()
3409 self.before_long_help.as_ref() in get_before_long_help()
4637 before_long_help: Default::default(), in default()
/third_party/rust/crates/clap/tests/builder/
Dhelp.rs295 .before_long_help("some longer text that comes before the help") in after_and_before_long_help_output()
/third_party/rust/crates/clap/
DCHANGELOG.md1326 - Provide extra context in long help messages (`--help`) with `before_long_help` and `after_long_he…