Skip to content

Dependencies: Bump clap from 4.3.12 to 4.3.19

dependabot requested to merge dependabot-cargo-clap-4.3.19 into master

Bumps clap from 4.3.12 to 4.3.19.

Release notes

Sourced from clap's releases.

v4.3.19

[4.3.19] - 2023-07-21

Fixes

  • (parse) Respect value_terminator even in the presence of later multiple-value positional arguments

v4.3.18

[4.3.18] - 2023-07-21

Fixes

  • (parse) Suggest -- in fewer places where it won't work

v4.3.17

[4.3.17] - 2023-07-19

Fixes

  • (help) Address a regression in wrapping PossibleValue descriptions in --help

v4.3.16

[4.3.16] - 2023-07-18

Fixes

  • Don't assert when stateful value parsers fail on defaults (e.g. checking if a path exists)

v4.3.15

[4.3.15] - 2023-07-18

Features

  • (unstable-styles) Re-export anstyle

Documentation

  • (unstable-styles) Provide more examples

v4.3.14

[4.3.14] - 2023-07-17

Features

  • ArgAction::HelpShort and ArgAction::HelpLong for explicitly specifying which style of help to display

Fixes

  • Skip [OPTIONS] in usage if a help or version ArgAction is used

... (truncated)

Changelog

Sourced from clap's changelog.

[4.3.19] - 2023-07-21

Fixes

  • (parse) Respect value_terminator even in the presence of later multiple-value positional arguments

[4.3.18] - 2023-07-21

Fixes

  • (parse) Suggest -- in fewer places where it won't work

[4.3.17] - 2023-07-19

Fixes

  • (help) Address a regression in wrapping PossibleValue descriptions in --help

[4.3.16] - 2023-07-18

Fixes

  • Don't assert when stateful value parsers fail on defaults (e.g. checking if a path exists)

[4.3.15] - 2023-07-18

Features

  • (unstable-styles) Re-export anstyle

Documentation

  • (unstable-styles) Provide more examples

[4.3.14] - 2023-07-17

Features

  • ArgAction::HelpShort and ArgAction::HelpLong for explicitly specifying which style of help to display

Fixes

  • Skip [OPTIONS] in usage if a help or version ArgAction is used

[4.3.13] - 2023-07-17

Commits
  • ae5549d chore: Release
  • 4b30a2c docs: Update changelog
  • 5540d20 Merge pull request #5037 from epage/term
  • 8bee728 fix(parser): Value terminator has higher precedence than later multiple values
  • bdf205b test(parser): Show one value terminator bug
  • 727ca29 Merge pull request #5034 from epage/update
  • 9856d67 chore: Release
  • a6267b7 docs: Update changelog
  • e822341 Merge pull request #5033 from epage/escape
  • 0137a8b chore(complete): Update completest
  • Additional commits viewable in compare view

Merge request reports