Skip to content

Dependencies: Bump clap from 4.3.23 to 4.4.15

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

Bumps clap from 4.3.23 to 4.4.15.

Release notes

Sourced from clap's releases.

v4.4.15

[4.4.15] - 2024-01-11

Fixes

  • Improve error for args_conflicts_with_subcommands
  • Ensure we error for args_conflicts_with_subcommands when using subcommand short and long flags

v4.4.14

[4.4.14] - 2024-01-08

Documentation

  • Fix find cookbook entry to allow repeats of flags/options

Features

  • Allow num_args(0) on options which allows making them emulate being a flag for position-tracking flags

v4.4.13

[4.4.13] - 2024-01-04

Documentation

  • Fix link to structopt migration guide

v4.4.12

[4.4.12] - 2023-12-28

Performance

  • Only ask TypedValueParser for possible values if needed

v4.4.11

[4.4.11] - 2023-12-04

Features

  • Add Command::mut_group

v4.4.10

[4.4.10] - 2023-11-28

Documentation

  • Link out to changelog
  • Cross link derive's attribute reference to derive tutorial

v4.4.9

[4.4.9] - 2023-11-27

... (truncated)

Changelog

Sourced from clap's changelog.

[4.4.15] - 2024-01-11

Fixes

  • Improve error for args_conflicts_with_subcommands
  • Ensure we error for args_conflicts_with_subcommands when using subcommand short and long flags

[4.4.14] - 2024-01-08

Documentation

  • Fix find cookbook entry to allow repeats of flags/options

Features

  • Allow num_args(0) on options which allows making them emulate being a flag for position-tracking flags

[4.4.13] - 2024-01-04

Documentation

  • Fix link to structopt migration guide

[4.4.12] - 2023-12-28

Performance

  • Only ask TypedValueParser for possible values if needed

[4.4.11] - 2023-12-04

Features

  • Add Command::mut_group

[4.4.10] - 2023-11-28

Documentation

  • Link out to changelog
  • Cross link derive's attribute reference to derive tutorial

[4.4.9] - 2023-11-27

Fixes

  • (help) Show correct Command::about under flattened headings
  • (help) Respect hide when flattening subcommands

[4.4.8] - 2023-11-10

... (truncated)

Commits
  • 12b5c39 chore: Release
  • 1c5b633 docs: Update changelog
  • a5d4641 Merge pull request #5298 from epage/conflict
  • f529ec3 fix(parser): Ensure subcommand flags can conflict
  • a7e04a5 fix(parser): Improve subcommand conflict error
  • ea00ef3 refactor(error): Allow more conflict sources
  • e47d8a2 refactor(parser): Clarify arg error
  • 69c0509 test(parser): Verify conflicts with precedence
  • e2b18f1 test(parser): Show flag behavior
  • 06bff1c test(parser): Check subcommands conflict with positionals
  • Additional commits viewable in compare view

Merge request reports