1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-01 17:24:50 +01:00
zsh/Completion/Cvs/_cvs_import
1999-08-26 11:07:42 +00:00

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:'