about summary refs log tree commit diff
path: root/Completion/Debian/Command/_madison
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2005-11-25 15:17:18 +0000
committerClint Adams <clint@users.sourceforge.net>2005-11-25 15:17:18 +0000
commit59e1574eaae5bf95c28eb1f1eb7b9f76b9f4ef5a (patch)
treec6d294c3f61791e8697abcea975a770776b2a795 /Completion/Debian/Command/_madison
parentd7db8f21d1ad60e71d98f2ccde51c1983fc858db (diff)
downloadzsh-59e1574eaae5bf95c28eb1f1eb7b9f76b9f4ef5a.tar.gz
zsh-59e1574eaae5bf95c28eb1f1eb7b9f76b9f4ef5a.tar.xz
zsh-59e1574eaae5bf95c28eb1f1eb7b9f76b9f4ef5a.zip
import dchroot, dlocate, dpkg-cross, madison, piuparts, toolchain-source,
bzr, cplay, date, quilt, urvt from HEAD
Diffstat (limited to 'Completion/Debian/Command/_madison')
-rw-r--r--Completion/Debian/Command/_madison14
1 files changed, 14 insertions, 0 deletions
diff --git a/Completion/Debian/Command/_madison b/Completion/Debian/Command/_madison
new file mode 100644
index 000000000..ce3534a44
--- /dev/null
+++ b/Completion/Debian/Command/_madison
@@ -0,0 +1,14 @@
+#compdef madison
+
+_arguments \
+  '(-a --architecture)'{-a,--architecture=}':arch:_values -s , "architecture list" source all alpha arm hppa hurd-i386 i386 ia64 mips mipsel' \
+  '(-b --binary)'{-b,--binary-type=}':type:(deb udeb)' \
+  '(-c --component)'{-c,--component=}':component:_values -s , "component list" main contrib non-free' \
+  '(-g --greaterorequal)'{-g,--greaterorequal} \
+  '(-G --greaterthan)'{-G,--greaterthan} \
+  '(-h --help)'{-h,--help} \
+  '(-r --regex)'{-r,--regex} \
+  '(-s --suite)'{-s,--suite=}':suite:_values -s , "suite list" oldstable stable testing unstable' \
+  '(-S, --source-and-binary)'{-S,--source-and-binary} \
+  '*:package:_deb_packages avail'
+