Releases: clap-rs/clap
Releases · clap-rs/clap
v4.5.35
v4.5.34
[4.5.34] - 2025-03-27
Fixes
- (help) Don't add extra blank lines with
flatten_help(true)
and subcommands without arguments
v4.5.33
[4.5.33] - 2025-03-26
Fixes
- (error) When showing the usage of a suggestion for an unknown argument, don't show the group
v4.5.32
[4.5.32] - 2025-03-10
Features
- Add
Error::remove
Documentation
- (cookbook) Switch from
humantime
tojiff
- (tutorial) Better cover required vs optional
Internal
- Update
pulldown-cmark
v4.5.31
[4.5.31] - 2025-02-24
Features
- Add
ValueParserFactory
forSaturating<T>
v4.5.30
[4.5.30] - 2025-02-17
Fixes
- (assert) Allow
num_args(0..=1)
to be used withSetTrue
- (assert) Clean up rendering of
takes_values
assertions
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