about summary refs log tree commit diff
path: root/Completion/Cvs/_cvs_add
blob: 7af7c2ed0eb33b9cb49417f01c9acda2aeb4719b (plain) (blame)
1
2
3
4
5
6
7
#autoload

# "+k:m:"
_arguments -s \
  '-k+:keyword substitution:_cvs_k' \
  '-m+:message:_cvs_m' \
  '*:file:_cvs_files_unmaintained' \