Changelog
Sourced from clap's
changelog.
[4.4.6] - 2023-09-28
Internal
[4.4.5] - 2023-09-25
Fixes
- (parser) When inferring subcommand
name
or
long_flag
, allow ambiguous-looking matches that
unambiguously map back to the same command
- (parser) When inferring subcommand
long_flag
,
don't panic
- (assert) Clarify what action is causing a positional that
doesn't set values which is especially useful for derive users