Searched refs:get_author (Results 1 – 5 of 5) sorted by relevance
124 if self.cmd.get_author().is_some() { in render()247 let author = roman(self.cmd.get_author().unwrap_or_default()); in _render_authors_section()
1168 def get_author(self): member in DistributionMetadata
264 if let Some(author) = self.cmd.get_author() { in write_author()
3260 pub fn get_author(&self) -> Option<&str> { in get_author() method
1068 - Added `App::get_author`