Home
last modified time | relevance | path

Searched refs:short_help (Results 1 - 9 of 9) sorted by relevance

/third_party/rust/crates/clap/tests/derive/
H A Ddoc_comments_help.rs89 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 Dflatten.rs234 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 Dswitches.h15 SwitchInfo(const char* short_help, const char* long_help);
17 const char* short_help; member
H A Dswitches.cc319 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 Dcommand_help.cc121 PrintShortHelp(s.second.short_help); in PrintSwitchHelp()
/third_party/lame/frontend/
H A Dparse.h9 int short_help(const lame_global_flags * gfp, FILE * const fp, const char *ProgramName);
H A Dparse.c550 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 Dmacros.rs122 fn short_help() { in short_help() functions
/third_party/rust/crates/clap/clap_derive/src/
H A Ditem.rs895 let (short_help, long_help) = in push_doc_comment()
900 short_help in push_doc_comment()

Completed in 9 milliseconds