Releases: clap-rs/clap
Releases · clap-rs/clap
v4.5.30
v4.5.29
[4.5.29] - 2025-02-11
Fixes
- Change
ArgMatches::args_present
so not-present flags are considered not-present (matching the documentation)
v4.5.28
[4.5.28] - 2025-02-03
Features
- (derive) Unstable support for full markdown syntax for doc comments, enabled with
unstable-markdown
v4.5.27
[4.5.27] - 2025-01-20
Documentation
- Iterate on tutorials and reference based on feedback
v4.5.26
[4.5.26] - 2025-01-09
Fixes
- (error) Reduce binary size with the
suggestions
feature
v4.5.25
[4.5.25] - 2025-01-09
Fixes
- (help) Reduce binary size
v4.5.24
[4.5.24] - 2025-01-07
Fixes
- (parser) Correctly handle defaults with
ignore_errors(true)
and when a suggestion is provided for an unknown argument
v4.5.23
[4.5.23] - 2024-12-05
Fixes
- (parser) When check
allow_negative_numbers
, allowE
again
v4.5.22
[4.5.22] - 2024-12-03
Fixes
- (assert) Catch bugs with arguments requiring themself
v4.5.21
[4.5.21] - 2024-11-13
Fixes
- (parser) Ensure defaults are filled in on error with
ignore_errors(true)