From f77d7a9123b6169803d3379905c015cf0cb8cb49 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 26 Aug 1999 11:07:42 +0000 Subject: zsh-workers/7495 --- Completion/Cvs/_cvs_admin | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Completion/Cvs/_cvs_admin (limited to 'Completion/Cvs/_cvs_admin') diff --git a/Completion/Cvs/_cvs_admin b/Completion/Cvs/_cvs_admin new file mode 100644 index 000000000..061242917 --- /dev/null +++ b/Completion/Cvs/_cvs_admin @@ -0,0 +1,21 @@ +#autoload + +# "+ib::c:a:A:e:l::u::LUn:N:m:o:s:t::IqxV:k:" +_arguments -s \ + -{i,L,U,I,q,x} \ + '-b-:default branch:(1.1.1)' \ + '-c+:comment leader (not used):' \ + '-a+:login names (not work with CVS):' \ + '-A+:access list to append (not work with CVS):' \ + '-e+:access list to erase (not work with CVS):' \ + '-l-:revision to lock:' \ + '-u-:revision to unlock:' \ + '-n+:symbolic-name[\:revision]:' \ + '-N+:symbolic-name[\:revision]:' \ + '-m+:revision\:msg:' \ + '-o+:range to delete:' \ + '-s+:state[\:revision]:' \ + '-t-:descriptive text:_cvs_admin_t' \ + '-V+:version (obsolete):' \ + '-k+:keyword substitution:_cvs_k' \ + '*:file:_cvs_files' -- cgit 1.4.1