Skip to content

Commit dd6e5f1

Browse files
committed
feat: support filter completion for zsh
1 parent 82611c4 commit dd6e5f1

File tree

6 files changed

+313
-39
lines changed

6 files changed

+313
-39
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,10 @@
5555
"dependencies": {
5656
"ansis": "catalog:prod",
5757
"fzf": "catalog:prod",
58+
"glob": "catalog:prod-inlined",
5859
"package-manager-detector": "catalog:prod",
59-
"tinyexec": "catalog:prod"
60+
"tinyexec": "catalog:prod",
61+
"yaml": "catalog:prod-inlined"
6062
},
6163
"devDependencies": {
6264
"@antfu/eslint-config": "catalog:dev",

0 commit comments

Comments
 (0)