about summary refs log tree commit diff
path: root/Completion/Cvs/_cvs_update
blob: d3ede3752b912da6631738b4ef809c2312840434 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#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'