Sourced from clap_complete's releases.
v4.3.2
[4.3.2] - 2023-06-05
Fixes
- (derive) Don't produce
unused_equalifications
warnings when someone brings a clap type into scope
Sourced from clap_complete's changelog.
[4.3.11] - 2023-07-05
Features
- (derive) Support fields wrapped in
num::Wrapping
,Box
, orArc
- (derive) Support
Box<str>
,Box<OsStr>
, andBox<Path>
[4.3.10] - 2023-06-30
Performance
- Drop a dependency, reducing binary size by 1.3 KiB
[4.3.9] - 2023-06-28
Fixes
Command::ignore_errors
no longer masks help/version[4.3.8] - 2023-06-23
Fixes
- Error on ambiguity with
infer_long_arg
, rather than arbitrarily picking one, matching the documentation and subcommand's behavior[4.3.7] - 2023-06-23
Documentation
- Further clarify magic behavior in derive tutorial
- Further clarify derive API's relationship to builder within the tutorial
[4.3.6] - 2023-06-23
Documentation
- Suggest
clio
[4.3.5] - 2023-06-20
ColorChoice::possible_values
is added to simplify things for builder usersFixes
ColorChoice::to_possible_value
no longer includes descriptions, encouraging shorter help where possible[4.3.4] - 2023-06-14
Features
... (truncated)
1289534
chore: Release8d7ce55
docs: Update changelogf7b32cc
Merge pull request #4992
from RubixDev/mastercafdf58
chore: Release7d52a0a
docs: Update changelog890af8a
Merge pull request #4995
from epage/parse99bcdfc
style(builder): Be consistent in ordera50e32c
feat(derive): Accept Boxed Str/OsStr/Path916c8d9
feat(derive): Accept num::Wrapping wrapped typesf043f57
feat(derive): Accept Box/Arc wrapped types