Searched refs:short_help (Results 1 - 9 of 9) sorted by relevance
/third_party/rust/crates/clap/tests/derive/ |
H A D | doc_comments_help.rs | 89 let short_help = utils::get_help::<LoremIpsum>(); in field_long_doc_comment_both_help_long_help() 92 assert!(short_help.contains("Dot is removed from one short comment")); in field_long_doc_comment_both_help_long_help() 93 assert!(!short_help.contains("Dot is removed from one short comment.")); in field_long_doc_comment_both_help_long_help() 94 assert!(short_help.contains("Dot is removed from multiline comments")); in field_long_doc_comment_both_help_long_help() 95 assert!(!short_help.contains("Dot is removed from multiline comments.")); in field_long_doc_comment_both_help_long_help() 97 assert!(!short_help.contains("Long help")); in field_long_doc_comment_both_help_long_help() 121 let short_help = utils::get_help::<LoremIpsum>(); in top_long_doc_comment_both_help_long_help() 124 assert!(!short_help.contains("Or something else")); in top_long_doc_comment_both_help_long_help()
|
H A D | flatten.rs | 234 let short_help = utils::get_help::<Command>(); in docstrings_ordering_with_multiple_command() 236 assert!(short_help.contains("This is the docstring for Command")); in docstrings_ordering_with_multiple_command() 254 let short_help = utils::get_help::<Command>(); in docstrings_ordering_with_multiple_clap_partial() 256 assert!(short_help.contains("This is the docstring for Flattened")); in docstrings_ordering_with_multiple_clap_partial()
|
/third_party/gn/src/gn/ |
H A D | switches.h | 15 SwitchInfo(const char* short_help, const char* long_help); 17 const char* short_help; member
|
H A D | switches.cc | 319 SwitchInfo::SwitchInfo() : short_help(""), long_help("") {} 321 SwitchInfo::SwitchInfo(const char* short_help, const char* long_help) 322 : short_help(short_help), long_help(long_help) {}
|
H A D | command_help.cc | 121 PrintShortHelp(s.second.short_help); in PrintSwitchHelp()
|
/third_party/lame/frontend/ |
H A D | parse.h | 9 int short_help(const lame_global_flags * gfp, FILE * const fp, const char *ProgramName);
|
H A D | parse.c | 550 short_help(const lame_global_flags * gfp, FILE * const fp, const char *ProgramName) in short_help() function 2003 short_help(gfp, stdout, ProgramName); in parse_args_()
|
/third_party/rust/crates/clap/tests/ |
H A D | macros.rs | 122 fn short_help() { in short_help() functions
|
/third_party/rust/crates/clap/clap_derive/src/ |
H A D | item.rs | 895 let (short_help, long_help) = in push_doc_comment() 900 short_help in push_doc_comment()
|
Completed in 9 milliseconds