Update Rust crate clap to 4.4 - autoclosed
Compare changes
+ 1
− 1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
clap | dependencies | minor |
4.3 -> 4.4
|
v4.4.11
Command::mut_group
v4.4.10
v4.4.9
Command::about
under flattened headingshide
when flattening subcommandsv4.4.8
Command::flatten_help
to allow git stash -h
like help for subcommandsv4.4.7
v4.4.6
anstream
v4.4.5
name
or long_flag
, allow ambiguous-looking matches that unambiguously map back to the same commandlong_flag
, don't panicv4.4.4
terminal_size
to 0.3v4.4.3
v4.4.2
once_cell
dependencyv4.4.1
Command::mut_group
v4.4.0
v4.3.24
--help
with custom templatesv4.3.23
UnknownArgumentValueParser
to not error on flag's absencev4.3.22
UnknownArgumentValueParser
for injecting errors for improving the experience with errorsv4.3.21
TryMapValueParser
so the type can be namedv4.3.20
Command::mut_args
for modifying all arguments en massev4.3.19
value_terminator
even in the presence of later multiple-value positional argumentsv4.3.18
--
in fewer places where it won't workv4.3.17
PossibleValue
descriptions in --help
v4.3.16
v4.3.15
anstyle
v4.3.14
ArgAction::HelpShort
and ArgAction::HelpLong
for explicitly specifying which style of help to display[OPTIONS]
in usage if a help or version ArgAction
is usedv4.3.13
v4.3.12
v4.3.11
num::Wrapping
, Box
, or Arc
Box<str>
, Box<OsStr>
, and Box<Path>
v4.3.10
v4.3.9
Command::ignore_errors
no longer masks help/versionv4.3.8
infer_long_arg
, rather than arbitrarily picking one, matching the documentation and subcommand's behaviorv4.3.7
v4.3.6
clio
v4.3.5
ColorChoice::possible_values
is added to simplify things for builder usersColorChoice::to_possible_value
no longer includes descriptions, encouraging shorter help where possiblev4.3.4
Error::exit_code
v4.3.3
Command::defer
for delayed initialization of subcommands to reduce startup times of large applications like denov4.3.2
--help
with custom templatesv4.3.1
value_terminator
even in the presence of later multiple-value positional argumentsThis MR has been generated by Renovate Bot.