clap/clap_derive/tests
2020-10-13 22:13:04 +02:00
..
ui Merge #2115 2020-08-28 11:31:47 +00:00
arg_enum.rs Implemented arg_enum for option and vec 2020-04-28 11:35:47 +02:00
argument_naming.rs fix: Use character instead of string for Arg::Short 2020-06-17 09:45:05 -07:00
arguments.rs Merged clap_derive using git-subtree 2020-01-18 17:40:07 +05:30
author_version_about.rs Use 'Clap Maintainers' as authors 2020-02-10 20:16:25 +01:00
basic.rs fix: Use character instead of string for Arg::Short 2020-06-17 09:45:05 -07:00
boxed.rs Implement derive traits for Box<T> 2020-02-13 18:21:01 +03:00
custom-string-parsers.rs Attach validation error as Error::source 2020-10-13 22:13:04 +02:00
default_value.rs Default value for default_value (yeah, sounds awkward) 2020-02-04 11:40:01 +03:00
deny-warnings.rs Extract subcommands into separate trait 2020-02-12 23:15:05 +03:00
doc-comments-help.rs Updated test and usage of older help APIs with about 2020-04-27 02:42:07 +05:30
explicit_name_no_renaming.rs fix: Use character instead of string for Arg::Short 2020-06-17 09:45:05 -07:00
flags.rs Merged clap_derive using git-subtree 2020-01-18 17:40:07 +05:30
flatten.rs Allow flatten with doc comments 2020-08-25 20:20:56 +03:00
issues.rs Rename with_name to new for Arg & ArgGroup 2020-05-14 22:50:56 +02:00
nested-subcommands.rs fix: Clippy should pass 2020-02-01 06:48:50 +01:00
nested.rs fix(clap_derive): Unwrap syn::TypeGroup when checking field types 2020-06-29 11:25:55 -04:00
non_literal_attributes.rs fix: Use character instead of string for Arg::Short 2020-06-17 09:45:05 -07:00
options.rs Fix warnings in tests & examples 2020-03-05 13:40:25 +03:00
privacy.rs Remove every proc_macro_derive except Clap 2020-03-02 16:28:35 +01:00
raw_bool_literal.rs Get rid of #[clap(no_version)] 2020-02-05 16:54:58 +03:00
raw_idents.rs Merged clap_derive using git-subtree 2020-01-18 17:40:07 +05:30
rename_all_env.rs Introduce #[structopt(rename_all_env)] 2020-02-03 17:56:17 +03:00
skip.rs Updated test and usage of older help APIs with about 2020-04-27 02:42:07 +05:30
special_types.rs Address review comments 2020-01-19 06:08:22 +05:30
subcommands.rs Marry AllowExternalSubcommands with SubcommandRequiredElse* 2020-05-01 15:33:36 +03:00
ui.rs Rename trybuild file to ui 2020-04-28 11:39:30 +02:00
utils.rs Fix test 2020-07-06 17:26:53 +03:00