..
next
test: Re-enable ui tests
2022-05-20 14:10:32 -05:00
stable
test: Re-enable ui tests
2022-05-20 14:10:32 -05:00
arg_enum_non_unit.rs
fix(derive): Abort on non-unit variant
2022-03-30 03:49:14 +02:00
arg_enum_non_unit.stderr
feat(derive): Don't abort when non-unit variant is skipped
2022-03-31 18:49:21 +02:00
arg_enum_on_struct.rs
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
arg_enum_on_struct.stderr
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
bool_arg_enum.rs
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
bool_arg_enum.stderr
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
bool_default_value.rs
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
bool_default_value.stderr
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
bool_required.rs
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
bool_required.stderr
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
clap_empty_attr.rs
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
clap_empty_attr.stderr
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
default_value_t_invalid.rs
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
default_value_t_invalid.stderr
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
default_value_wo_value_removed.rs
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
default_value_wo_value_removed.stderr
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
enum_flatten.rs
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
enum_flatten.stderr
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
enum_variant_not_args.rs
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
enum_variant_not_args.stderr
test: Re-enable ui tests
2022-05-20 14:10:32 -05:00
external_subcommand_misuse.rs
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
external_subcommand_misuse.stderr
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
external_subcommand_wrong_type.rs
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
external_subcommand_wrong_type.stderr
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
flatten_and_methods.rs
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
flatten_and_methods.stderr
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
flatten_and_parse.rs
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
flatten_and_parse.stderr
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
flatten_enum_in_struct.rs
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
flatten_enum_in_struct.stderr
test: Re-enable ui tests
2022-05-20 14:10:32 -05:00
flatten_struct_in_enum.rs
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
flatten_struct_in_enum.stderr
test: Re-enable ui tests
2022-05-20 14:10:32 -05:00
multiple_external_subcommand.rs
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
multiple_external_subcommand.stderr
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
non_existent_attr.rs
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
non_existent_attr.stderr
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
opt_opt_nonpositional.rs
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
opt_opt_nonpositional.stderr
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
opt_vec_nonpositional.rs
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
opt_vec_nonpositional.stderr
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
option_default_value.rs
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
option_default_value.stderr
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
parse_empty_try_from_os.rs
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
parse_empty_try_from_os.stderr
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
parse_function_is_not_path.rs
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
parse_function_is_not_path.stderr
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
parse_literal_spec.rs
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
parse_literal_spec.stderr
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
parse_not_zero_args.rs
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
parse_not_zero_args.stderr
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
parse_with_value_parser.rs
feat(derive): Allow users to opt-in to ValueParser
2022-05-20 15:38:44 -05:00
parse_with_value_parser.stderr
feat(derive): Allow users to opt-in to ValueParser
2022-05-20 15:38:44 -05:00
positional_bool.rs
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
positional_bool.stderr
docs(error): Update link to explicit bool parser example
2022-01-31 21:58:54 -08:00
raw.rs
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
raw.stderr
docs: Update App references to Command
2022-02-14 15:33:49 -06:00
rename_all_wrong_casing.rs
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
rename_all_wrong_casing.stderr
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
skip_flatten.rs
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
skip_flatten.stderr
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
skip_subcommand.rs
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
skip_subcommand.stderr
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
skip_with_other_options.rs
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
skip_with_other_options.stderr
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
skip_without_default.rs
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
skip_without_default.stderr
test: Re-enable ui tests
2022-05-20 14:10:32 -05:00
struct_parse.rs
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
struct_parse.stderr
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
struct_subcommand.rs
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
struct_subcommand.stderr
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
subcommand_and_flatten.rs
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
subcommand_and_flatten.stderr
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
subcommand_and_methods.rs
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
subcommand_and_methods.stderr
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
subcommand_and_parse.rs
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
subcommand_and_parse.stderr
test: Consolidate clap tests
2021-11-30 10:07:08 -06: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
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
subcommand_opt_opt.stderr
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
subcommand_opt_vec.rs
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
subcommand_opt_vec.stderr
test: Consolidate clap tests
2021-11-30 10:07:08 -06:00
unsupported_parser.rs
test: Add UI test for unsupported parsers
2022-02-15 12:00:25 +01:00
unsupported_parser.stderr
test: Add UI test for unsupported parsers
2022-02-15 12:00:25 +01:00