From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7869 invoked from network); 4 Nov 1999 16:11:22 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 4 Nov 1999 16:11:22 -0000 Received: (qmail 27391 invoked by alias); 4 Nov 1999 16:11:12 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8540 Received: (qmail 27384 invoked from network); 4 Nov 1999 16:11:11 -0000 Date: Thu, 4 Nov 1999 11:11:09 -0500 From: Clint Adams To: zsh-workers@sunsite.auc.dk Subject: PATCH: completion for bug Message-ID: <19991104111109.A17009@dman.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0pre4i *** Completion/Debian/_bug Wed Dec 31 19:00:00 1969 --- Completion/Debian.new/_bug Thu Nov 4 11:09:48 1999 *************** *** 0 **** --- 1,15 ---- + #compdef bug + + _arguments '-c[exclude configs from report]' \ + '-d[debug - send mail to postmaster@localhost]' \ + '-f[argument is a file, not a package]' \ + '-H[special header]:custom header:' \ + '-m[maintainer-only]' \ + '-p[print to stdout instead of mail]' \ + '-q[quiet - no e-mail forwarding]' \ + '-s[set subject]:subject:' \ + '-S[set severity]:severity:(wishlist normal important grave critical)' \ + '-x[do not cc submitter]' \ + '-z[send configs verbatim]' \ + '-h[help]' \ + '*:package:_deb_packages installed'