• Home
  • Raw
  • Download

Lines Matching defs:Cmd

242     struct Cmd {  in multiline_doc_comment_description()  struct
248 _s: bool, in multiline_doc_comment_description()
268 struct Cmd { in explicit_long_value_for_option() struct
271 x: u8, in explicit_long_value_for_option()
292 struct Cmd { in default_number() struct
295 x: u8, in default_number()
311 struct Cmd { in default_function() struct
314 msg: String, in default_function()
325 struct Cmd { in missing_option_value() struct
328 _msg: String, in missing_option_value()
1201 struct Cmd { in hidden_help_attribute() struct
1204 _one: String, in hidden_help_attribute()
1207 _two: String, in hidden_help_attribute()
1210 _three: String, in hidden_help_attribute()
1232 struct Cmd { in redact_arg_values_no_args() struct
1235 _msg: Option<String>, in redact_arg_values_no_args()
1246 struct Cmd { in redact_arg_values_optional_arg() struct
1249 _msg: Option<String>, in redact_arg_values_optional_arg()
1260 struct Cmd { in redact_arg_values_optional_arg_short() struct
1263 _msg: Option<String>, in redact_arg_values_optional_arg_short()
1274 struct Cmd { in redact_arg_values_optional_arg_long() struct
1277 _msg: Option<String>, in redact_arg_values_optional_arg_long()
1288 struct Cmd { in redact_arg_values_two_option_args() struct
1291 _msg: String, in redact_arg_values_two_option_args()
1295 _delivery: String, in redact_arg_values_two_option_args()
1308 struct Cmd { in redact_arg_values_option_one_optional_args() struct
1311 _msg: String, in redact_arg_values_option_one_optional_args()
1315 _delivery: Option<String>, in redact_arg_values_option_one_optional_args()
1331 struct Cmd { in redact_arg_values_option_repeating() struct
1334 _msg: Vec<String>, in redact_arg_values_option_repeating()
1349 struct Cmd { in redact_arg_values_switch() struct
1352 _faster: bool, in redact_arg_values_switch()
1366 struct Cmd { in redact_arg_values_positional() struct
1370 speed: u8, in redact_arg_values_positional()
1381 struct Cmd { in redact_arg_values_positional_arg_name() struct
1384 _speed: u8, in redact_arg_values_positional_arg_name()
1395 struct Cmd { in redact_arg_values_positional_repeating() struct
1398 _speed: Vec<u8>, in redact_arg_values_positional_repeating()
1409 struct Cmd { in redact_arg_values_positional_err() struct
1412 _speed: u8, in redact_arg_values_positional_err()
1429 struct Cmd { in redact_arg_values_two_positional() struct
1432 _speed: u8, in redact_arg_values_two_positional()
1436 _direction: String, in redact_arg_values_two_positional()
1447 struct Cmd { in redact_arg_values_positional_option() struct
1450 _speed: u8, in redact_arg_values_positional_option()
1454 _direction: String, in redact_arg_values_positional_option()
1465 struct Cmd { in redact_arg_values_positional_optional_option() struct
1468 _speed: u8, in redact_arg_values_positional_optional_option()
1472 _direction: Option<String>, in redact_arg_values_positional_optional_option()
1483 struct Cmd { in redact_arg_values_subcommand() struct
1486 _speed: u8, in redact_arg_values_subcommand()
1490 _means: MeansSubcommand, in redact_arg_values_subcommand()
1529 struct Cmd { in redact_arg_values_subcommand_with_space_in_name() struct
1532 _speed: u8, in redact_arg_values_subcommand_with_space_in_name()
1536 _means: MeansSubcommand, in redact_arg_values_subcommand_with_space_in_name()
1597 struct Cmd { in redact_arg_values_produces_errors_with_bad_arguments() struct
1600 n: String, in redact_arg_values_produces_errors_with_bad_arguments()
1617 struct Cmd { in redact_arg_values_does_not_warn_if_used() struct
1620 speed: u8, in redact_arg_values_does_not_warn_if_used()
1635 Cmd(SubCommand), in subcommand_does_not_panic() enumerator
1689 struct Cmd { in long_alphanumeric() struct
1692 ac97: String, in long_alphanumeric()