Home
last modified time | relevance | path

Searched defs:Command1 (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/clap/tests/derive/
Dsubcommands.rs335 Command1(Command1), in update_subcommands() enumerator
340 struct Command1 { in update_subcommands() struct
341 arg1: i32, in update_subcommands()
343 arg2: i32, in update_subcommands()
382 Command1(Command1), in update_subcommands_explicit_required() enumerator
387 struct Command1 { in update_subcommands_explicit_required() struct
388 arg1: i32, in update_subcommands_explicit_required()
390 arg2: i32, in update_subcommands_explicit_required()
416 Command1(Command1), in update_sub_subcommands() enumerator
422 Command1(Command1), in update_sub_subcommands() enumerator
[all …]
Dflatten.rs132 Command1(Command1), enumerator
136 struct Command1 { struct
157 Opt::BaseCli(BaseCli::Command1(Command1 { arg1: 42, arg2: 44 })), in merge_subcommands_with_flatten() argument