Searched defs:long_help (Results 1 – 7 of 7) sorted by relevance
18 const char* long_help; member
321 SwitchInfo::SwitchInfo(const char* short_help, const char* long_help) in SwitchInfo()
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
287 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
714 long_help(const lame_global_flags * gfp, FILE * const fp, const char *ProgramName, int lessmode) in long_help() function