1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-11 13:01:28 +02:00
zsh/Completion/Zsh/Command/_disable
2004-06-18 17:49:17 +00:00

8 lines
338 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:compadd -k reswords" \
'-m[treat arguments as patterns]' \
"*:builtin command:(${(k)builtins})"