Lines Matching refs:after_help
63 /// .after_help("Longer explanation to appear after the options when \
84 after_help: Option<StyledStr>,
1536 /// .after_help("Does really amazing things for great people... but be careful with -R!")
1541 pub fn after_help(mut self, help: impl IntoResettable<StyledStr>) -> Self {
1542 self.after_help = help.into_resettable().into_option();
1551 /// If [`Command::after_help`] is not specified, this message will be displayed for `-h`.
1764 /// * `{after-help}` - Help from [`Command::after_help`] or [`Command::after_long_help`].
1796 /// [`Command::after_help`]: Command::after_help()
3415 self.after_help.as_ref()
4640 after_help: Default::default(),