v0.12.0-1

This commit is contained in:
2026-03-17 22:41:16 +01:00
commit 952a7561d3
4 changed files with 72 additions and 0 deletions

11
_tea Normal file
View File

@@ -0,0 +1,11 @@
#compdef tea
_tea() {
local -a opts
local cur
cur=${words[-1]}
opts=("${(@f)$(${words[@]:0:#words[@]-1} --generate-shell-completion)}")
compadd -S '' -- "${opts[@]}"
}
compdef _tea tea