Sourced from clap's releases.
v3.1.17
[3.1.17] - 2022-05-06
Fixes
- Allow value names for
arg!macro to have dashes when quoted, like longsv3.1.16
[3.1.16] - 2022-05-06
Fixes
- (parser)
Arg::exclusiveoverridesArg::required, like other conflicts- (error) Don't duplicate arguments in usage
- (error) Don't show hidden arguments in conflict error usage
- (help) New
help_templatevariable{name}to fix problems with{bin}- (help) Don't wrap URLs
gated behind
unstable-v4
- Leading dashes in
Arg::longare no longer allowed- (help) Use
Command::display_namein the help title rather thanCommand::bin_name
Sourced from clap's changelog.
[3.1.17] - 2022-05-06
Fixes
- Allow value names for
arg!macro to have dashes when quoted, like longs[3.1.16] - 2022-05-06
Fixes
- (parser)
Arg::exclusiveoverridesArg::required, like other conflicts- (error) Don't duplicate arguments in usage
- (error) Don't show hidden arguments in conflict error usage
- (help) New
help_templatevariable{name}to fix problems with{bin}- (help) Don't wrap URLs
gated behind
unstable-v4
- Leading dashes in
Arg::longare no longer allowed- (help) Use
Command::display_namein the help title rather thanCommand::bin_name
55e791e chore: Releaseed0c019 docs: Update changelog229b44d fix(macros): Allow dashed values (https://github.com/facebook/flipper/issues/3699)95698a4 chore: Release3984e55 docs(complete): Update changelog1a1a842 Merge pull request https://github.com/facebook/flipper/issues/3698 from epage/valueb266e6d fix(complete): Complete visible, rather than hidden, values17b930c chore: Releasee748649 docs: Update changelog0e1e952 Merge pull request https://github.com/facebook/flipper/issues/3696 from epage/usage