Lines Matching defs:Command1
132 Command1(Command1),
136 struct Command1 {
157 Opt::BaseCli(BaseCli::Command1(Command1 { arg1: 42, arg2: 44 })),
168 let mut opt = Opt::BaseCli(BaseCli::Command1(Command1 { arg1: 12, arg2: 14 }));
176 let mut opt = Opt::BaseCli(BaseCli::Command1(Command1 { arg1: 12, arg2: 14 }));
183 let mut opt = Opt::BaseCli(BaseCli::Command1(Command1 { arg1: 12, arg2: 14 }));