Skip to content

Dependencies: Bump clap from 4.3.12 to 4.3.17

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

Bumps clap from 4.3.12 to 4.3.17.

Release notes

Sourced from clap's releases.

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

v4.3.13

[4.3.13] - 2023-07-17

Changelog

Sourced from clap's changelog.

[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
  • d824b1f chore: Release
  • 99b478c docs: Upate changelog
  • 4c7b9a1 Merge pull request #5023 from epage/wrap
  • 8b536e2 fix(help): Wrap long possible values correctly
  • 0951f93 Merge pull request #5018 from epage/dynamiite
  • 00e9217 feat(complete)!: Open to new shells for dynamic completions
  • 830dd74 feat(complete): Add dynamic-support shell enum
  • 278ae3e refactor(complete): Pull out completer
  • e3f1ad9 refactor(complete): Generalize dynamic CLI interface
  • 8e9ded2 fix(complete)!: Pull out generic completion code
  • Additional commits viewable in compare view

Merge request reports