Lines Matching refs:about
60 {before-help}{about-with-newline}
67 {before-help}{about-with-newline}
124 /// For details about the template language see [`Command::help_template`].
156 "about" => {
159 "about-with-newline" => {
162 "about-section" => {
276 let about = if self.use_long {
281 if let Some(output) = about {
475 let about = if self.use_long {
485 self.help(Some(arg), about, spec_vals, next_line_help, longest);
510 /// Write alignment padding between arg's switches/values and its about message.
556 about: &StyledStr,
581 let mut help = about.clone();
895 let about = cmd
901 self.help(None, about, spec_vals, next_line_help, longest)