1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 17:01:19 +02:00
zsh/Completion/Zsh/Command/_disable

9 lines
335 B
Plaintext
Raw Normal View History

#compdef disable
_arguments -C -s -A "-*" -S \
"(-f -r)-a[act on aliases]:*:aliases:(${(k)aliases} ${(k)galiases})" \
"(-a -r)-f[act on functions]:*:functions:(${(k)functions})" \
"(-a -f)-r[act on reserved words]:*:reserved-words:(${(k)reswords})" \
'-m[treat arguments as patterns]' \
"*:builtin command:(${(k)builtins})"