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_export
1999-08-26 11:07:42 +00:00

10 lines
214 B
Text

#autoload
# "+Nnk:d:flRQqr:D:"
_arguments -s \
-{N,n,f,l,R,Q,q} \
'-k+:keyword substitution:_cvs_k' \
'-d+:directory:_files -/' \
'-r+:tag:_cvs_revisions' \
'-D+:date:_cvs_D' \
'*:module:_cvs_modules'