.. |
ui
|
Merge pull request #2805 from epage/validate_default
|
2021-10-06 08:54:59 -05:00 |
app_name.rs
|
Fix issue #2181
|
2021-02-22 15:01:02 +01:00 |
arg_enum.rs
|
refactor(ArgEnum): replace unwrap with except, arg_value -> to_arg_value
|
2021-10-01 16:14:10 +02:00 |
argument_naming.rs
|
fix: Use character instead of string for Arg::Short
|
2020-06-17 09:45:05 -07:00 |
arguments.rs
|
fix(derive): Don't mix implicit and explicit value_name s
|
2021-07-28 09:46:13 -05:00 |
author_version_about.rs
|
Use 'Clap Maintainers' as authors
|
2020-02-10 20:16:25 +01:00 |
basic.rs
|
Removed Arg::multiple
|
2021-06-16 07:17:11 +01:00 |
boxed.rs
|
wip: Add tests and user-facing functions
|
2020-11-14 10:17:13 +01:00 |
custom-string-parsers.rs
|
Removed Arg::multiple
|
2021-06-16 07:17:11 +01:00 |
default_value.rs
|
feat(derive): Specify defaults by native expressions
|
2021-08-13 12:20:54 -05:00 |
deny-warnings.rs
|
Extract subcommands into separate trait
|
2020-02-12 23:15:05 +03:00 |
doc-comments-help.rs
|
Fix compatibility with help2man output (see #1432)
|
2021-02-27 16:20:52 +01:00 |
explicit_name_no_renaming.rs
|
Removed Arg::multiple
|
2021-06-16 07:17:11 +01:00 |
flags.rs
|
Merged clap_derive using git-subtree
|
2020-01-18 17:40:07 +05:30 |
flatten.rs
|
Derive doc clap ordering for multiple Clap
|
2021-08-11 23:31:00 +01:00 |
issues.rs
|
fix(derive): Fix the problem where the build fails due to the ambiguous type of map
|
2021-10-06 13:22:56 -05: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
|
Implement NoEquals error
|
2021-03-09 17:56:57 +00:00 |
options.rs
|
fix(derive): Support SubcommandsNegateReqs
|
2021-10-05 16:02:02 -05: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
|
Removed Arg::multiple
|
2021-06-16 07:17:11 +01:00 |
rename_all_env.rs
|
Introduce #[structopt(rename_all_env)]
|
2020-02-03 17:56:17 +03:00 |
skip.rs
|
Add a skip test
|
2020-11-14 11:09:39 +01:00 |
special_types.rs
|
Fix clippy warnings.
|
2021-05-07 19:05:18 +00:00 |
subcommands.rs
|
Allow subcmd name to be something else than a literal in clap derive
|
2021-09-06 09:13:20 +02:00 |
ui.rs
|
Bump MSRV to 1.54.0
|
2021-07-30 10:19:21 +01:00 |
utf8.rs
|
fix: Provide path to avoid UTF-8 panics
|
2021-08-18 14:15:18 -05:00 |
utils.rs
|
Fix test
|
2020-07-06 17:26:53 +03:00 |