1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-04 22:51:42 +02:00
zsh/Completion/Zsh/Command/_disable
2001-04-02 11:27:24 +00:00

8 lines
335 B
Text

#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})"