Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/tests/derive/
Dhelp.rs6 struct CliOptions { in arg_help_heading_applied() struct
15 let cmd = CliOptions::command(); in arg_help_heading_applied()
34 struct CliOptions { in app_help_heading_applied() struct
43 let cmd = CliOptions::command(); in app_help_heading_applied()
67 struct CliOptions { in app_help_heading_flattened() struct
120 let cmd = CliOptions::command(); in app_help_heading_flattened()
169 struct CliOptions { in flatten_field_with_help_heading() struct
181 let cmd = CliOptions::command(); in flatten_field_with_help_heading()
433 struct CliOptions { in custom_help_flag() struct
438 let result = CliOptions::try_parse_from(["cmd", "--verbose-help"]); in custom_help_flag()
[all …]