Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _madison
- X-seq: zsh-workers 21418
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: _madison
- Date: Sun, 10 Jul 2005 08:51:16 -0400
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Completion for madison from katie.
Index: Completion/Debian/Command/_madison
===================================================================
RCS file: Completion/Debian/Command/_madison
diff -N Completion/Debian/Command/_madison
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ Completion/Debian/Command/_madison 10 Jul 2005 12:50:19 -0000
@@ -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'
+
Messages sorted by:
Reverse Date,
Date,
Thread,
Author