Skip to content

Dependencies: Bump clap from 4.3.12 to 4.3.14

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

Bumps clap from 4.3.12 to 4.3.14.

Release notes

Sourced from clap's releases.

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.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
  • 98f62d1 chore: Release
  • e569953 docs: Update changelog
  • 5c1effa Merge pull request #5015 from epage/action
  • 36afe99 fix(help): Skip [OPTIONS] if help/version action
  • 22b545b feat(help): Explicit control over short/long help
  • c219167 chore: Release
  • 8db992c Merge pull request #5014 from epage/max_width
  • bc000aa fix(help): Defaulting max_term_width instead of max_term_width
  • d741e95 docs(builder): Correct max_term_width docs
  • f8d86dc refactor(help): Break term width calculation out
  • Additional commits viewable in compare view

Merge request reports