We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3266c36 commit 3df70fbCopy full SHA for 3df70fb
clap_complete/CHANGELOG.md
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
<!-- next-header -->
8
## [Unreleased] - ReleaseDate
9
10
+### Features
11
+
12
+- *(dynamic)* Add `ArgValueCompleter`, a more flexible `ArgValueCandidates`
13
+- *(dynamic)* Add `PathCompleter`, a more flexible `ValueHint::*Path`
14
15
+### Fixes
16
17
+- *(dynamic)* Sort `ValueHint::*Path` results
18
+- *(dynamic)* Preserve the users path for `ValueHint::*Path` results
19
20
## [4.5.20] - 2024-08-20
21
22
### Compatibility
0 commit comments