1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-03 17:31:33 +02:00
zsh/Completion/Builtins/_enable

9 lines
325 B
Plaintext
Raw Normal View History

2000-04-01 22:43:43 +02:00
#compdef enable
1999-04-15 20:05:38 +02:00
2000-04-01 22:43:43 +02:00
_arguments -C -s \
"(-f -r)-a[act on aliases]:*:aliases:(${(k)dis_aliases})" \
"(-a -r)-f[act on functions]:*:functions:(${(k)dis_functions})" \
"(-a -f)-r[act on reserved words]:*:reserved-words:(${(k)dis_reswords})" \
'-m[treat arguments as patterns]' \
"*:builtin command:(${(@k)dis_builtins})"