We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b985a3 commit a35a076Copy full SHA for a35a076
CHANGELOG.md
@@ -20,6 +20,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
20
<!-- next-header -->
21
## [Unreleased] - ReleaseDate
22
23
+### Fixes
24
+
25
+- *(assert)* Allow `num_args(0..=1)` to be used with `SetTrue`
26
+- *(assert)* Clean up rendering of `takes_values` assertions
27
28
## [4.5.29] - 2025-02-11
29
30
### Fixes
clap_complete/CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
9
10
11
12
+- *(dynamic)* Correctly complete option values based on `num_args`
13
14
## [4.5.44] - 2025-01-29
15
16
### Features
0 commit comments