clap/tests/derive_ui
2023-05-04 15:58:04 -04:00
..
bool_value_enum.rs chore: Inline simple non-mixed format args 2023-05-04 15:58:04 -04:00
bool_value_enum.stderr chore: Bump MSRV to 1.64.0 2023-01-09 12:29:41 -06:00
clap_empty_attr.rs chore: Inline simple non-mixed format args 2023-05-04 15:58:04 -04:00
clap_empty_attr.stderr chore(derive): Update syn 2023-03-18 08:50:41 -05:00
default_value_t_invalid.rs chore: Inline simple non-mixed format args 2023-05-04 15:58:04 -04:00
default_value_t_invalid.stderr refactor(test): Update UI tests to new attributes 2022-09-02 15:23:04 -05:00
default_values_t_invalid.rs chore: Inline simple non-mixed format args 2023-05-04 15:58:04 -04:00
default_values_t_invalid.stderr refactor(derive): Remove proc-macro-error dependency 2023-03-18 07:08:22 -05:00
enum_flatten.rs chore: Inline simple non-mixed format args 2023-05-04 15:58:04 -04:00
enum_flatten.stderr refactor(test): Update UI tests to new attributes 2022-09-02 15:23:04 -05:00
enum_variant_not_args.rs test: Consolidate clap tests 2021-11-30 10:07:08 -06:00
enum_variant_not_args.stderr chore: Bump MSRV to 1.64.0 2023-01-09 12:29:41 -06:00
external_subcommand_misuse.rs refactor(test): Update UI tests to new attributes 2022-09-02 15:23:04 -05:00
external_subcommand_misuse.stderr refactor(test): Update UI tests to new attributes 2022-09-02 15:23:04 -05:00
external_subcommand_wrong_type.rs refactor(test): Update UI tests to new attributes 2022-09-02 15:23:04 -05:00
external_subcommand_wrong_type.stderr refactor(test): Update UI tests to new attributes 2022-09-02 15:23:04 -05:00
flatten_and_methods.rs chore: Inline simple non-mixed format args 2023-05-04 15:58:04 -04:00
flatten_and_methods.stderr fix(derive): Guard against invalid attributes 2022-09-02 19:26:03 -05:00
flatten_enum_in_struct.rs refactor(test): Update UI tests to new attributes 2022-09-02 15:23:04 -05:00
flatten_enum_in_struct.stderr chore: Bump MSRV to 1.64.0 2023-01-09 12:29:41 -06:00
flatten_struct_in_enum.rs refactor(test): Update UI tests to new attributes 2022-09-02 15:23:04 -05:00
flatten_struct_in_enum.stderr chore: Bump MSRV to 1.64.0 2023-01-09 12:29:41 -06:00
group_name_attribute.rs chore: Inline simple non-mixed format args 2023-05-04 15:58:04 -04:00
group_name_attribute.stderr feat(derive): Support #[group] attributes 2023-03-25 03:25:38 -05:00
multiple_external_subcommand.rs chore: Inline simple non-mixed format args 2023-05-04 15:58:04 -04:00
multiple_external_subcommand.stderr refactor(test): Update UI tests to new attributes 2022-09-02 15:23:04 -05:00
non_existent_attr.rs chore: Inline simple non-mixed format args 2023-05-04 15:58:04 -04:00
non_existent_attr.stderr refactor(test): Update UI tests to new attributes 2022-09-02 15:23:04 -05:00
rename_all_wrong_casing.rs chore: Inline simple non-mixed format args 2023-05-04 15:58:04 -04:00
rename_all_wrong_casing.stderr refactor(test): Update UI tests to new attributes 2022-09-02 15:23:04 -05:00
skip_flatten.rs chore: Inline simple non-mixed format args 2023-05-04 15:58:04 -04:00
skip_flatten.stderr refactor(test): Update UI tests to new attributes 2022-09-02 15:23:04 -05:00
skip_subcommand.rs chore: Inline simple non-mixed format args 2023-05-04 15:58:04 -04:00
skip_subcommand.stderr refactor(test): Update UI tests to new attributes 2022-09-02 15:23:04 -05:00
skip_with_other_options.rs chore: Inline simple non-mixed format args 2023-05-04 15:58:04 -04:00
skip_with_other_options.stderr fix(derive): Improve skip method error 2022-09-06 10:48:54 -05:00
skip_without_default.rs chore: Inline simple non-mixed format args 2023-05-04 15:58:04 -04:00
skip_without_default.stderr refactor(test): Update UI tests to new attributes 2022-09-02 15:23:04 -05:00
struct_subcommand.rs chore: Inline simple non-mixed format args 2023-05-04 15:58:04 -04:00
struct_subcommand.stderr refactor(test): Update UI tests to new attributes 2022-09-02 15:23:04 -05:00
subcommand_and_flatten.rs chore: Inline simple non-mixed format args 2023-05-04 15:58:04 -04:00
subcommand_and_flatten.stderr refactor(test): Update UI tests to new attributes 2022-09-02 15:23:04 -05:00
subcommand_and_methods.rs chore: Inline simple non-mixed format args 2023-05-04 15:58:04 -04:00
subcommand_and_methods.stderr fix(derive): Guard against invalid attributes 2022-09-02 19:26:03 -05:00
subcommand_on_struct.rs test: Consolidate clap tests 2021-11-30 10:07:08 -06:00
subcommand_on_struct.stderr test: Consolidate clap tests 2021-11-30 10:07:08 -06:00
subcommand_opt_opt.rs chore: Inline simple non-mixed format args 2023-05-04 15:58:04 -04:00
subcommand_opt_opt.stderr refactor(derive): Delay error handling 2022-09-06 07:56:08 -05:00
subcommand_opt_vec.rs chore: Inline simple non-mixed format args 2023-05-04 15:58:04 -04:00
subcommand_opt_vec.stderr refactor(derive): Delay error handling 2022-09-06 07:56:08 -05:00
tuple_struct.rs chore: Inline simple non-mixed format args 2023-05-04 15:58:04 -04:00
tuple_struct.stderr chore: Bump MSRV to 1.64.0 2023-01-09 12:29:41 -06:00
value_enum_non_unit.rs fix(derive): Clarify ArgEnum as ValueEnum 2022-06-08 11:14:09 -05:00
value_enum_non_unit.stderr fix: Amend error message when deriving enums 2022-08-26 11:08:39 +02:00
value_enum_on_struct.rs fix(derive): Clarify ArgEnum as ValueEnum 2022-06-08 11:14:09 -05:00
value_enum_on_struct.stderr fix(derive): Clarify ArgEnum as ValueEnum 2022-06-08 11:14:09 -05:00