mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-20 05:53:52 +01:00
13 lines
326 B
Plaintext
13 lines
326 B
Plaintext
#compdef vared
|
|
|
|
_arguments -s -A "-*" \
|
|
'(-a)-A[edit associative array]' \
|
|
'(-A)-a[edit array parameter]' \
|
|
"-c[create parameter or change type]" \
|
|
'-p+[specify left prompt]:prompt' \
|
|
'-r+[specify right prompt]:right prompt' \
|
|
'-h[allow access to history]' \
|
|
'-e[exit on EOF (^D)]' \
|
|
'1:parameter spec:_vars'
|
|
|