Releases: clap-rs/clap
Releases · clap-rs/clap
v4.0.19
[4.0.19] - 2022-11-04
Features
ColorChoice
now implementsValueEnum
v3.2.23
[3.2.23] - 2022-10-24
Fixes
- Upgrade to
textwrap
0.16
v4.0.18
[4.0.18] - 2022-10-20
Fixes
- (derive) Allow
#[command(skip)]
to also work with enum variants with a value
v4.0.17
[4.0.17] - 2022-10-18
Fixes
- Allow using
Arg::last(true)
withArg::value_hint(ValueHint::CommandWithArguments)
v4.0.16
[4.0.16] - 2022-10-18
Fixes
Arg::exclusive(true)
should not be exclusive with the argument's ownArgGroup
v4.0.15
[4.0.15] - 2022-10-13
Fixes
- (error) Don't suggest
--
when it doesn't help - (error) Be more consistent in quoting, punctuation, and indentation in errors
v4.0.14
v4.0.13
v4.0.12
[4.0.12] - 2022-10-10
Features
- Added
TypedValueParser::try_map
for when adapting an existingTypedValueParser
can fail - (error) Create errors like clap with
Error::new
,Error::with_cmd
, andError::insert
v4.0.11
[4.0.11] - 2022-10-09
Fixes
- (help) Fix wrapping calculations with ANSI escape codes