Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: completion for bug
- X-seq: zsh-workers 8540
- From: Clint Adams <clint@xxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: PATCH: completion for bug
- Date: Thu, 4 Nov 1999 11:11:09 -0500
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
*** 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'
Messages sorted by:
Reverse Date,
Date,
Thread,
Author