Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/src/output/
Dhelp_template.rs148 self.write_author(false, false); in write_templated_help()
151 self.write_author(false, true); in write_templated_help()
154 self.write_author(true, true); in write_templated_help()
263 fn write_author(&mut self, before_new_line: bool, after_new_line: bool) { in write_author() method