Searched defs:long_help (Results 1 – 6 of 6) sorted by relevance
18 const char* long_help; member
291 SwitchInfo::SwitchInfo(const char* short_help, const char* long_help)
90 let long_help = utils::get_long_help::<LoremIpsum>(); in field_long_doc_comment_both_help_long_help() localVariable122 let long_help = utils::get_subcommand_long_help::<LoremIpsum>("foo"); in top_long_doc_comment_both_help_long_help() localVariable
285 let long_help = opt.get_long_help(); in option_help() localVariable
138 fn long_help() { in long_help() function
57 pub(crate) long_help: Option<StyledStr>, field2105 pub fn long_help(mut self, h: impl IntoResettable<StyledStr>) -> Self { in long_help() method