mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 17:24:50 +01:00
13 lines
248 B
Text
13 lines
248 B
Text
#autoload
|
|
|
|
# "+Qqdb:m:I:k:W:"
|
|
_arguments -s \
|
|
-{Q,q,d} \
|
|
'-b+:branch:' \
|
|
'-m+:message:_cvs_m' \
|
|
'*-I+:name:_files' \
|
|
'-k+:keyword substitution:_cvs_k' \
|
|
'*-W+:spec:' \
|
|
':repository:_cvs_modules' \
|
|
':vendor tag:' \
|
|
':release tag:'
|