Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _uscan
- X-seq: zsh-workers 20944
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: _uscan
- Date: Sun, 6 Mar 2005 22:24:55 -0500
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Index: Completion/Debian/Command/_uscan
===================================================================
RCS file: Completion/Debian/Command/_uscan
diff -N Completion/Debian/Command/_uscan
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ Completion/Debian/Command/_uscan 7 Mar 2005 03:22:45 -0000
@@ -0,0 +1,17 @@
+#compdef uscan
+
+_arguments \
+ '(--report --no-download --download)'{--report,--no-download}'[report but do not download]' \
+ '--debug[dump downloaded pages to stdout]' \
+ '(--report --no-download --download)--download[report and download]' \
+ '(--pasv --no-pasv)--pasv[force PASV mode for FTP]' \
+ '(--pasv --no-pasv)--no-pasv[do not use PASV mode for FTP]' \
+ '(--symlink --no-symlink)--symlink[make orig.tar.gz symlinks]' \
+ '(--symlink --no-symlink)--no-symlink[do not make orig.tar.gz symlinks]' \
+ '(--verbose --no-verbose)--verbose[give verbose output]' \
+ '(--verbose --no-verbose)--no-verbose[do not give verbose output]' \
+ '--check-dirname-level:level:((0\:never\ check\ the\ directory\ name 1\:only\ check\ directory\ name\ if\ we\ had\ to\ change\ directory 2\:always\ check\ the\ directory\ name))' \
+ '--check-dirname-regex:perlre:' \
+ '(--no-conf --noconf)'{--no-conf,--noconf}'[do not read any configuration files]' \
+ '--help[help]' \
+ '--version[version]'
Messages sorted by:
Reverse Date,
Date,
Thread,
Author