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 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Completion/Cvs/_cvs (limited to 'Completion/Cvs/_cvs') diff --git a/Completion/Cvs/_cvs b/Completion/Cvs/_cvs new file mode 100644 index 000000000..b064ee2df --- /dev/null +++ b/Completion/Cvs/_cvs @@ -0,0 +1,14 @@ +#compdef cvs + +# "+Qqrwtnlvb:T:e:d:Hfz:s:xa" +_arguments -s \ + -{a,f,H,l,n,Q,q,r,t,v,w,x} \ + '--version' '--help' '--help-commands' '--help-synonyms' '--help-options' \ + '--allow-root=-:rootdir:_files -/' \ + '-b+:bindir:_cvs_bindir' \ + '-T+:temporary directory:_cvs_tempdir' \ + '-d+:cvsroot:_cvs_root' \ + '-e+:editor:_cvs_editor' \ + '-s+:user variable:_cvs_user_variable' \ + '-z:gzip level:_cvs_gzip_level' \ + '*::cvs command:_cvs_command' -- cgit 1.4.1