about summary refs log tree commit diff
path: root/Completion/Debian
diff options
context:
space:
mode:
authorPaul Ackersviller <packersv@users.sourceforge.net>2007-04-08 18:05:20 +0000
committerPaul Ackersviller <packersv@users.sourceforge.net>2007-04-08 18:05:20 +0000
commit926b98cad2c0b75f17058934de84cb0b952f45a5 (patch)
tree8d61f007ac057cb531fb3f7c25d04b3064404e8b /Completion/Debian
parent4aeaac8a68917668cb95aee2bc64707f0d504d7d (diff)
downloadzsh-926b98cad2c0b75f17058934de84cb0b952f45a5.tar.gz
zsh-926b98cad2c0b75f17058934de84cb0b952f45a5.tar.xz
zsh-926b98cad2c0b75f17058934de84cb0b952f45a5.zip
Merge from trunk of 20937-20944 and later for same files.
Diffstat (limited to 'Completion/Debian')
-rw-r--r--Completion/Debian/Command/_uscan17
1 files changed, 17 insertions, 0 deletions
diff --git a/Completion/Debian/Command/_uscan b/Completion/Debian/Command/_uscan
new file mode 100644
index 000000000..699d5c34c
--- /dev/null
+++ b/Completion/Debian/Command/_uscan
@@ -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 passive mode for ftp]' \
+  '(--pasv --no-pasv)--no-pasv[do not use passive 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:perl regex' \
+  '(--no-conf --noconf)'{--no-conf,--noconf}'[do not read any configuration files]' \
+  '--help[display help information]' \
+  '--version[display version information]'