fix(deps): update rust crate clap to 4.3.0
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| clap | dependencies | minor |
4.2.7 -> 4.3.0
|
Release Notes
clap-rs/clap
v4.3.0
Fixes
- (assert) Allow multiple, value-terminated, positional arguments
-
(assert) Clear up language on
lastassertion - (parser) Correctly assign values to arguments when using multiple, value-termianted, positional arguments
-
(parser) Ensure
value_terminatorhas higher precedence thanallow_hyphen_values -
(help) Only use next-line-help on subcommand list when explicitly specified, not just with
--help - (help) Correctly align possible values list
- (help) Don't waste code, vertical space in moving possible value descriptions to next line
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.