Home
last modified time | relevance | path

Searched defs: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
9 should_be_in_section_a: u32, in arg_help_heading_applied()
12 no_section: u32, in arg_help_heading_applied()
34 struct CliOptions { in app_help_heading_applied() struct
37 should_be_in_section_a: u32, in app_help_heading_applied()
40 should_be_in_default_section: u32, in app_help_heading_applied()
67 struct CliOptions { in app_help_heading_flattened() struct
69 options_a: OptionsA, in app_help_heading_flattened()
72 options_b: OptionsB, in app_help_heading_flattened()
75 sub_a: SubA, in app_help_heading_flattened()
[all …]