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

12 lines
262 B
Text

#autoload
# "+ApPflRQqduk:r:D:j:I:W:"
_arguments -s \
-{A,p,P,f,l,R,Q,q,d,u} \
'-k+:keyword substitution:_cvs_k' \
'-r+:tag:_cvs_revisions' \
'-D+:date:_cvs_D' \
'-j+:tag:_cvs_revisions' \
'*-I+:name:_files' \
'*-W+:spec:' \
'*:file:_cvs_files'