zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _bts cache and cleancache
@ 2007-07-06 15:30 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2007-07-06 15:30 UTC (permalink / raw)
  To: zsh-workers

cache should handle options, and both should deal with src:, from:, &c.
prefixes.

Index: Completion/Debian/Command/_bts
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Debian/Command/_bts,v
retrieving revision 1.8
diff -u -r1.8 _bts
--- Completion/Debian/Command/_bts	19 Jun 2007 13:03:48 -0000	1.8
+++ Completion/Debian/Command/_bts	6 Jul 2007 15:28:56 -0000
@@ -181,6 +181,18 @@
      _wanted sep expl 'separator' compadd -S ' ' , .
     fi
   ;;
+  (cache)
+     _alternative \
+       'package:package:_deb_packages avail' \
+       'email:email address:_email_addresses -c' \
+       'rc:rc:compadd release-critical'
+  ;;
+  (cleancache)
+     _alternative \
+       'package:package:_deb_packages avail' \
+       'email:email address:_email_addresses -c' \
+       'all:all:compadd ALL'
+  ;;
   help)
   ;&
   *) _wanted sep expl 'separator' compadd -S ' ' , .


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

only message in thread, other threads:[~2007-07-06 15:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-06 15:30 PATCH: _bts cache and cleancache 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).