Skip to content

Bump clap from 3.2.16 to 3.2.19

Ghost User requested to merge dependabot-cargo-clap-3.2.19 into master

Bumps clap from 3.2.16 to 3.2.19.

Release notes

Sourced from clap's releases.

v3.2.19

[3.2.19] - 2022-08-30

Fixes

  • (help) Ensure required arguments for parent commands aren't shown in their subcommands when using args_conflicts_with_subcommand

v3.2.18

[3.2.18] - 2022-08-29

Fixes

  • (help) Command::print_help now respects Command::colored_help
  • (derive) Improved error messages

v3.2.17

[3.2.17] - 2022-08-12

Fixes

  • (derive) Expose #[clap(id = ...)] attribute to match Arg's latest API
Changelog

Sourced from clap's changelog.

[3.2.19] - 2022-08-30

Fixes

  • (help) Ensure required arguments for parent commands aren't shown in their subcommands when using args_conflicts_with_subcommand

[3.2.18] - 2022-08-29

Fixes

  • (help) Command::print_help now respects Command::colored_help
  • (derive) Improved error messages

[3.2.17] - 2022-08-12

Fixes

  • (derive) Expose #[clap(id = ...)] attribute to match Arg's latest API
Commits
  • cf7f1fa chore: Release
  • 754a949 docs: Update changelog
  • 4371a7b Merge pull request #4150 from epage/parent-usage
  • ac5cd37 fix(usage): Don't include irrelevant parent args
  • 19bc3b7 chore: Release
  • 11f8ef8 docs: Update changelog
  • 6987ae9 Merge pull request #4139 from epage/help
  • a7d7602 fix(help): Command::print_help should respect disable_colored_help
  • d3f0931 Merge pull request #4124 from miguelff/v3-master
  • dae2bb7 fix: Amend error message when deriving enums
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports