Lines Matching defs:before_help
82 before_help: Option<StyledStr>,
1579 /// .before_help("Some info I'd like to appear before the help info")
1583 pub fn before_help(mut self, help: impl IntoResettable<StyledStr>) -> Self {
1584 self.before_help = help.into_resettable().into_option();
1592 /// If [`Command::before_help`] is not specified, this message will be displayed for `-h`.
1765 /// * `{before-help}` - Help from [`Command::before_help`] or [`Command::before_long_help`].
1798 /// [`Command::before_help`]: Command::before_help()
3403 self.before_help.as_ref()
4638 before_help: Default::default(),