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_import | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Completion/Cvs/_cvs_import (limited to 'Completion/Cvs/_cvs_import') diff --git a/Completion/Cvs/_cvs_import b/Completion/Cvs/_cvs_import new file mode 100644 index 000000000..365e8fbca --- /dev/null +++ b/Completion/Cvs/_cvs_import @@ -0,0 +1,13 @@ +#autoload + +# "+Qqdb:m:I:k:W:" +_arguments -s \ + -{Q,q,d} \ + '-b+:branch:' \ + '-m+:message:_cvs_m' \ + '*-I+:name:_files' \ + '-k+:keyword substitution:_cvs_k' \ + '*-W+:spec:' \ + ':repository:_cvs_modules' \ + ':vendor tag:' \ + ':release tag:' -- cgit 1.4.1