We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d9120 commit 4457eb9Copy full SHA for 4457eb9
CHANGELOG.md
@@ -23,6 +23,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
23
<!-- next-header -->
24
## [Unreleased] - ReleaseDate
25
26
+### Features
27
+
28
+- Added `impl FromArgMatches for ()`
29
+- Added `impl Args for ()`
30
+- Added `impl Subcommand for ()`
31
+- Added `impl FromArgMatches for Infallible`
32
+- Added `impl Subcommand for Infallible`
33
34
+### Fixes
35
36
+- *(derive)* Update runtime error text to match `clap`
37
38
## [4.5.46] - 2025-08-26
39
40
### Features
0 commit comments