mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 17:24:50 +01:00
18 lines
345 B
Text
18 lines
345 B
Text
#autoload
|
|
|
|
# "+Tacelow?D:b:f:m:n:p:r:t:u:x:X:z:"
|
|
_arguments -s \
|
|
-{T,a,c,e,l,o,w,\?} \
|
|
'-D+:date:_cvs_D' \
|
|
'-b+:string:' \
|
|
'-f+:arg:' \
|
|
'-m+:module:_cvs_modules' \
|
|
'-n+:arg:' \
|
|
'*-p+:repository:' \
|
|
'-r+:rev:' \
|
|
'-t+:tag:' \
|
|
'-u+:user name:' \
|
|
'-x+:type:_cvs_history_x' \
|
|
'-X+:arg:' \
|
|
'-z+:arg:' \
|
|
'*:file:_cvs_files'
|