zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _madison
@ 2005-07-10 12:51 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2005-07-10 12:51 UTC (permalink / raw)
  To: zsh-workers

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'
+


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-07-10 12:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-10 12:51 PATCH: _madison Clint Adams

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).