@@ -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
The note is not visible to the blocked user.