Home
last modified time | relevance | path

Searched refs:get_author (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/crates/clap/clap_mangen/src/
Dlib.rs124 if self.cmd.get_author().is_some() { in render()
247 let author = roman(self.cmd.get_author().unwrap_or_default()); in _render_authors_section()
/third_party/python/Lib/distutils/
Ddist.py1168 def get_author(self): member in DistributionMetadata
/third_party/rust/crates/clap/src/output/
Dhelp_template.rs264 if let Some(author) = self.cmd.get_author() { in write_author()
/third_party/rust/crates/clap/src/builder/
Dcommand.rs3260 pub fn get_author(&self) -> Option<&str> { in get_author() method
/third_party/rust/crates/clap/
DCHANGELOG.md1068 - Added `App::get_author`