Lines Matching defs:long_about
81 long_about: Option<StyledStr>,
1478 /// If [`Command::long_about`] is not specified, this message will be displayed for `--help`.
1511 /// .long_about(
1519 pub fn long_about(mut self, long_about: impl IntoResettable<StyledStr>) -> Self {
1520 self.long_about = long_about.into_resettable().into_option();
1753 /// [`Command::long_about`]).
1795 /// [`Command::long_about`]: Command::long_about()
3284 /// Get the help message specified via [`Command::long_about`].
3286 /// [`Command::long_about`]: Command::long_about()
3289 self.long_about.as_ref()
4637 long_about: Default::default(),