Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/clap_derive/src/
Ditem.rs46 force_long_help: bool, field
270 force_long_help: false, in new()
512 self.force_long_help = true; in push_attrs()
518 self.force_long_help = true; in push_attrs()
893 format_doc_comment(&lines, !self.verbatim_doc_comment, self.force_long_help); in push_doc_comment()
/third_party/rust/crates/clap/tests/derive/
Ddoc_comments_help.rs293 fn force_long_help() { in force_long_help() function