Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.24
->2.34
Release Notes
clap-rs/clap (clap)
v2.34.0
Compare Source
v2.33.4
Compare Source
Bug Fixes
panic
: swallows broken pipe errors on error output (7a729bc4)v2.33.3
Compare Source
Improvements
crate_*
macros.v2.33.2
Compare Source
Documentation
2.x
examples. Now they point to the right place.v2.33.1
Compare Source
Bug Fixes
Documentation
Improvements
Minimum Required Rust
clap
requiresrustc 1.36.0
or greater.v2.33.0
Compare Source
New Sponsor
Features
--help
and-h
flags (AppSettings::DisableAutoHelp
)Improvements
Documentation
Bug Fixes
ExactSizeIterator
implementation (356c69e5)Minimum Required Rust
clap
requiresrustc 1.31.0
or greater.v2.32.0
Compare Source
Minimum Required Rust
clap
requiresrustc 1.21.0
or greater.Features
Improvements
Bug Fixes
ExactSizeIterator
implementation (356c69e5)Documentation
v2.31.2
Bug Fixes
Documentation
README.md
(c8e685d7)v2.31.1
Improvements
v2.31.0
Features
Arg
that allows implying all ofArg::last
Arg::allow_hyphen_values
andArg::multiple(true)
(66a78f29)Documentation
wrap_help
feature is a thing (fc7ab227)Improvements
v2.30.0
Bug Fixes
Arg::last
when instantiating from a YAML file (aab77c81a5, closes #1160)Improvements
Arg::possible_values
was used (872f02ae)ansi_term
on Windows since its not used (b57ee946, closes #1155)[values: foo bar baz]
array to[possible values: foo bar baz]
for consistency with the API (414707e4e97, closes #1160)v2.29.4
Bug Fixes
v2.29.3
Improvements
Bug Fixes
--
(73993fe, closes #1161)New Settings
v2.29.2
Features
Bug Fixes
2.29.1 (2018-01-09)
Documentation
Performance
Bug Fixes
v2.29.1
Documentation
Performance
Bug Fixes
v2.29.0
API Additions
v2.28.0
The minimum required Rust is now 1.20. This was done to start using bitflags 1.0 and having >1.0 deps is a very good thing!
Documentation
Improvements
API Additions
Bug Fixes
Deps
bitflags
to 1.0v2.27.1
Bug Fixes
term_size
as an optional dependency (with featurewrap_help
) to fix compile bugv2.27.0
** This release raises the minimum required version of Rust to 1.18 **
** This release also contains a very minor breaking change to fix a bug **
The only CLIs affected will be those using unrestrained multiple values and subcommands where the
subcommand name can coincide with one of the multiple values.
See the commit 0c223f54 for full details.
Bug Fixes
Documentation
Improvements
Breaking Changes
Deprecations
v2.26.2
Improvements
Bug Fixes
v2.26.1
Bug Fixes
who's
->whose
(53c1ffe8)v2.26.0
Minimum version of Rust is now v1.13.0 (Stable)
Improvements
Performance
v2.25.1
Improvements
Documentation
v2.25.0
Features
Improvements
Documentation
who's
->whose
(53c1ffe8)Documentation
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.