clap/tests/derive
Ed Page b26c01aa0e feat(derive): Allow type-less fields
When overriding other fields, help or version flag, globals, etc, a user
might not care about the value, so let's ignore the lookup.

Been talking about this for a while but Issue #4367 moved this forward
because there wasn't a good way to handle this without changing
behavior.
2022-10-11 10:31:42 -05:00
..
app_name.rs fix(help): Replace help writers with renderers 2022-09-22 09:54:19 -05:00
arguments.rs fix(help): Replace help writers with renderers 2022-09-22 09:54:19 -05:00
author_version_about.rs docs(derive): Update for new attributes 2022-09-02 15:39:13 -05:00
basic.rs docs(derive): Update for new attributes 2022-09-02 15:39:13 -05:00
boxed.rs docs(derive): Update for new attributes 2022-09-02 15:39:13 -05:00
custom_string_parsers.rs feat(error): Break out error-context feature flag 2022-09-19 10:23:55 -05:00
default_value.rs docs(derive): Update for new attributes 2022-09-02 15:39:13 -05:00
deny_warnings.rs docs(derive): Update for new attributes 2022-09-02 15:39:13 -05:00
doc_comments_help.rs test(derive): Clarify doc comment 2022-10-04 16:25:07 -04:00
explicit_name_no_renaming.rs fix(derive): Deprecate using name for Args 2022-09-02 19:57:37 -05:00
flags.rs fix(parser): Conflict-with-self is back on by default 2022-09-26 13:29:48 -05:00
flatten.rs feat(derive): Support 'Option' when flattening 2022-10-05 16:21:00 -05:00
generic.rs docs(derive): Update for new attributes 2022-09-02 15:39:13 -05:00
groups.rs fix(derive): Support 'group' attribute with Parser 2022-09-30 13:44:10 -05:00
help.rs feat(derive): Allow type-less fields 2022-10-11 10:31:42 -05:00
issues.rs docs(derive): Update for new attributes 2022-09-02 15:39:13 -05:00
macros.rs docs(derive): Update for new attributes 2022-09-02 15:39:13 -05:00
main.rs feat(help): 'usage' feature flag for auto-genned usage 2022-09-19 13:15:47 -05:00
naming.rs feat(derive): Reserve the T group name 2022-09-13 07:44:36 -05:00
nested_subcommands.rs docs(derive): Update for new attributes 2022-09-02 15:39:13 -05:00
non_literal_attributes.rs feat(error): Break out error-context feature flag 2022-09-19 10:23:55 -05:00
options.rs fix(parser): Conflict-with-self is back on by default 2022-09-26 13:29:48 -05:00
privacy.rs docs(derive): Update for new attributes 2022-09-02 15:39:13 -05:00
raw_bool_literal.rs docs(derive): Update for new attributes 2022-09-02 15:39:13 -05:00
raw_idents.rs docs(derive): Update for new attributes 2022-09-02 15:39:13 -05:00
rename_all_env.rs docs(derive): Update for new attributes 2022-09-02 15:39:13 -05:00
skip.rs docs(derive): Update for new attributes 2022-09-02 15:39:13 -05:00
subcommands.rs fix(parser): Prefer invalid subcommands over invalid args 2022-09-15 10:30:03 -05:00
type_alias_regressions.rs docs(derive): Update for new attributes 2022-09-02 15:39:13 -05:00
utf8.rs docs(derive): Update for new attributes 2022-09-02 15:39:13 -05:00
utils.rs feat(derive): Implicitly populate groups from some structs 2022-09-30 11:42:06 -05:00
value_enum.rs docs(derive): Update for new attributes 2022-09-02 15:39:13 -05:00