Searched refs:before_long_help (Results 1 – 3 of 3) sorted by relevance
83 before_long_help: Option<StyledStr>, field1603 pub fn before_long_help(mut self, help: impl IntoResettable<StyledStr>) -> Self { in before_long_help() method1604 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()
295 .before_long_help("some longer text that comes before the help") in after_and_before_long_help_output()
1326 - Provide extra context in long help messages (`--help`) with `before_long_help` and `after_long_he…