Searched refs:get_long_about (Results 1 – 4 of 4) sorted by relevance
12 let s = match cmd.get_about().or_else(|| cmd.get_long_about()) { in about()20 if let Some(about) = cmd.get_long_about().or_else(|| cmd.get_about()) { in description()234 if let Some(about) = sub.get_about().or_else(|| sub.get_long_about()) { in subcommands()
261 assert_eq!(cmd.get_long_about(), None); in doc_comment_about_handles_both_abouts()
277 self.cmd.get_long_about().or_else(|| self.cmd.get_about()) in write_about()892 .or_else(|| cmd.get_long_about()) in write_subcommand()
3288 pub fn get_long_about(&self) -> Option<&StyledStr> { in get_long_about() method4606 self.get_long_about().is_some() in long_help_exists_()