clap/clap_derive/tests/ui
CreepySkeleton 1cff11109e Fix CI
2020-03-13 20:51:41 +03:00
..
bool_default_value.rs Merged clap_derive using git-subtree 2020-01-18 17:40:07 +05:30
bool_default_value.stderr Extract subcommands into separate trait 2020-02-12 23:15:05 +03:00
bool_required.rs Merged clap_derive using git-subtree 2020-01-18 17:40:07 +05:30
bool_required.stderr Extract subcommands into separate trait 2020-02-12 23:15:05 +03:00
clap_empty_attr.rs Extract subcommands into separate trait 2020-02-12 23:15:05 +03:00
clap_empty_attr.stderr Extract subcommands into separate trait 2020-02-12 23:15:05 +03:00
enum_flatten.rs Extract subcommands into separate trait 2020-02-12 23:15:05 +03:00
enum_flatten.stderr Use full span information whenever possible 2020-02-13 21:47:42 +03:00
flatten_and_doc.rs Merged clap_derive using git-subtree 2020-01-18 17:40:07 +05:30
flatten_and_doc.stderr Extract subcommands into separate trait 2020-02-12 23:15:05 +03:00
flatten_and_methods.rs Merged clap_derive using git-subtree 2020-01-18 17:40:07 +05:30
flatten_and_methods.stderr Extract subcommands into separate trait 2020-02-12 23:15:05 +03:00
flatten_and_parse.rs Merged clap_derive using git-subtree 2020-01-18 17:40:07 +05:30
flatten_and_parse.stderr Extract subcommands into separate trait 2020-02-12 23:15:05 +03:00
non_existent_attr.rs Merged clap_derive using git-subtree 2020-01-18 17:40:07 +05:30
non_existent_attr.stderr Fix CI 2020-03-13 20:51:41 +03:00
opt_opt_nonpositional.rs Merged clap_derive using git-subtree 2020-01-18 17:40:07 +05:30
opt_opt_nonpositional.stderr Use full span information whenever possible 2020-02-13 21:47:42 +03:00
opt_vec_nonpositional.rs Merged clap_derive using git-subtree 2020-01-18 17:40:07 +05:30
opt_vec_nonpositional.stderr Use full span information whenever possible 2020-02-13 21:47:42 +03:00
option_default_value.rs Merged clap_derive using git-subtree 2020-01-18 17:40:07 +05:30
option_default_value.stderr Extract subcommands into separate trait 2020-02-12 23:15:05 +03:00
option_required.rs Merged clap_derive using git-subtree 2020-01-18 17:40:07 +05:30
option_required.stderr Extract subcommands into separate trait 2020-02-12 23:15:05 +03:00
parse_empty_try_from_os.rs Merged clap_derive using git-subtree 2020-01-18 17:40:07 +05:30
parse_empty_try_from_os.stderr Extract subcommands into separate trait 2020-02-12 23:15:05 +03:00
parse_function_is_not_path.rs Merged clap_derive using git-subtree 2020-01-18 17:40:07 +05:30
parse_function_is_not_path.stderr Extract subcommands into separate trait 2020-02-12 23:15:05 +03:00
parse_literal_spec.rs Merged clap_derive using git-subtree 2020-01-18 17:40:07 +05:30
parse_literal_spec.stderr Extract subcommands into separate trait 2020-02-12 23:15:05 +03:00
parse_not_zero_args.rs Merged clap_derive using git-subtree 2020-01-18 17:40:07 +05:30
parse_not_zero_args.stderr Extract subcommands into separate trait 2020-02-12 23:15:05 +03:00
positional_bool.rs Merged clap_derive using git-subtree 2020-01-18 17:40:07 +05:30
positional_bool.stderr Extract subcommands into separate trait 2020-02-12 23:15:05 +03:00
raw.rs Pre release tweaks and changelog 2020-02-04 11:10:47 +03:00
raw.stderr Extract subcommands into separate trait 2020-02-12 23:15:05 +03:00
rename_all_wrong_casing.rs Merged clap_derive using git-subtree 2020-01-18 17:40:07 +05:30
rename_all_wrong_casing.stderr Extract subcommands into separate trait 2020-02-12 23:15:05 +03:00
skip_flatten.rs Merged clap_derive using git-subtree 2020-01-18 17:40:07 +05:30
skip_flatten.stderr Extract subcommands into separate trait 2020-02-12 23:15:05 +03:00
skip_subcommand.rs Merged clap_derive using git-subtree 2020-01-18 17:40:07 +05:30
skip_subcommand.stderr Extract subcommands into separate trait 2020-02-12 23:15:05 +03:00
skip_with_other_options.rs Merged clap_derive using git-subtree 2020-01-18 17:40:07 +05:30
skip_with_other_options.stderr Extract subcommands into separate trait 2020-02-12 23:15:05 +03:00
skip_without_default.rs Merged clap_derive using git-subtree 2020-01-18 17:40:07 +05:30
skip_without_default.stderr Merged clap_derive using git-subtree 2020-01-18 17:40:07 +05:30
struct_parse.rs Merged clap_derive using git-subtree 2020-01-18 17:40:07 +05:30
struct_parse.stderr Extract subcommands into separate trait 2020-02-12 23:15:05 +03:00
struct_subcommand.rs Merged clap_derive using git-subtree 2020-01-18 17:40:07 +05:30
struct_subcommand.stderr Extract subcommands into separate trait 2020-02-12 23:15:05 +03:00
subcommand_and_flatten.rs Merged clap_derive using git-subtree 2020-01-18 17:40:07 +05:30
subcommand_and_flatten.stderr Extract subcommands into separate trait 2020-02-12 23:15:05 +03:00
subcommand_and_methods.rs Merged clap_derive using git-subtree 2020-01-18 17:40:07 +05:30
subcommand_and_methods.stderr Extract subcommands into separate trait 2020-02-12 23:15:05 +03:00
subcommand_and_parse.rs Merged clap_derive using git-subtree 2020-01-18 17:40:07 +05:30
subcommand_and_parse.stderr Extract subcommands into separate trait 2020-02-12 23:15:05 +03:00
subcommand_opt_opt.rs Merged clap_derive using git-subtree 2020-01-18 17:40:07 +05:30
subcommand_opt_opt.stderr Use full span information whenever possible 2020-02-13 21:47:42 +03:00
subcommand_opt_vec.rs Merged clap_derive using git-subtree 2020-01-18 17:40:07 +05:30
subcommand_opt_vec.stderr Use full span information whenever possible 2020-02-13 21:47:42 +03:00
tuple_struct.rs Merged clap_derive using git-subtree 2020-01-18 17:40:07 +05:30
tuple_struct.stderr Fix CI 2020-03-13 20:51:41 +03:00