fix(deps): update rust crate clap to v4.5.31
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
clap | dependencies | patch |
4.5.21 -> 4.5.31
|
Release Notes
clap-rs/clap (clap)
v4.5.31
Features
- Add
ValueParserFactory
forSaturating<T>
v4.5.30
Fixes
-
(assert) Allow
num_args(0..=1)
to be used withSetTrue
-
(assert) Clean up rendering of
takes_values
assertions
v4.5.29
Fixes
- Change
ArgMatches::args_present
so not-present flags are considered not-present (matching the documentation)
v4.5.28
Features
-
(derive) Unstable support for full markdown syntax for doc comments, enabled with
unstable-markdown
v4.5.27
Documentation
- Iterate on tutorials and reference based on feedback
v4.5.26
Fixes
-
(error) Reduce binary size with the
suggestions
feature
v4.5.25
Fixes
- (help) Reduce binary size
v4.5.24
Fixes
-
(parser) Correctly handle defaults with
ignore_errors(true)
and when a suggestion is provided for an unknown argument
v4.5.23
Fixes
-
(parser) When check
allow_negative_numbers
, allowE
again
v4.5.22
Fixes
- (assert) Catch bugs with arguments requiring themself
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Merge request reports
Activity
mentioned in issue #6
added 1 commit
- 55f1842f - fix(deps): update rust crate clap to v4.5.24
added 1 commit
- ef5a984e - fix(deps): update rust crate clap to v4.5.25
added 1 commit
- dfe9c0ff - fix(deps): update rust crate clap to v4.5.26
added 1 commit
- ad6758f5 - fix(deps): update rust crate clap to v4.5.27
added 1 commit
- 69292a3b - fix(deps): update rust crate clap to v4.5.28
added 1 commit
- 964f6ea7 - fix(deps): update rust crate clap to v4.5.29
added 1 commit
- b3f6e21a - fix(deps): update rust crate clap to v4.5.30