From 018c9a2708808b83d5962786f759a931ab27511d Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Fri, 6 Jul 2007 15:37:05 +0000 Subject: 23664: handle bts cache and cleancache subcommands. --- Completion/Debian/Command/_bts | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'Completion') diff --git a/Completion/Debian/Command/_bts b/Completion/Debian/Command/_bts index 29195acd1..cf36e552a 100644 --- a/Completion/Debian/Command/_bts +++ b/Completion/Debian/Command/_bts @@ -181,6 +181,18 @@ case "$words[1]" in _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 ' ' , . -- cgit 1.4.1