Skip to content

Dependencies: Bump clap from 4.3.12 to 4.3.21

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

Bumps clap from 4.3.12 to 4.3.21.

Release notes

Sourced from clap's releases.

v4.3.21

[4.3.21] - 2023-08-08

Features

  • Expose TryMapValueParser so the type can be named

v4.3.20

[4.3.20] - 2023-08-08

Features

  • Expose TryMapValueParser so the type can be named
  • Command::mut_args for modifying all arguments en masse

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

... (truncated)

Changelog

Sourced from clap's changelog.

[4.3.21] - 2023-08-08

Features

  • Expose TryMapValueParser so the type can be named

[4.3.20] - 2023-08-08

Features

  • Command::mut_args for modifying all arguments en masse

[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

... (truncated)

Commits
  • ee1388c chore: Release
  • 3904366 docs: Update changelog
  • 3156e1a Merge pull request #5066 from 9999years/export-trymapvalueparser
  • da19141 chore: Release
  • b96cbaf chore: Release
  • 174f12c docs: Update changelog
  • fe04b3c Merge pull request #5056 from ModProg/dynamic-completions-help
  • aa3f47c test(complete): Help for possible value
  • 65b9c2b test(complete): Helper for asserting dynamic completions
  • c86172e feat: Export builder::TryMapValueParser
  • Additional commits viewable in compare view

Merge request reports