* PATCH: fixes for Completion/Debian/_bug
@ 1999-11-08 16:25 Clint Adams
0 siblings, 0 replies; only message in thread
From: Clint Adams @ 1999-11-08 16:25 UTC (permalink / raw)
To: zsh-workers
--- Completion/Debian/_bug 1999/11/05 16:19:14 1.1.1.2
+++ Completion/Debian/_bug 1999/11/08 16:23:12
@@ -22,23 +22,40 @@
reportbug)
_arguments '(--no-config-files)-c[exclude configs from report]' \
- '(--file=)-f[argument is a file, not a package]:filename:' \
- '(--header=)-H[special header]:custom header:' \
- '(--subject=)-s[set subject]:subject:' \
- '(--severity=)-S[set severity]:severity:(wishlist normal important grave critical)' \
+ '(-c)--no-config-files' \
+ '(--file)-f[argument is a file, not a package]:filename:' \
+ '(-f)--file=:filename:' \
+ '(--header)-H[special header]:custom header:' \
+ '(-H)--header=:custom header:' \
+ '(--subject)-s[set subject]:subject:' \
+ '(-s)--subject=:subject:' \
+ '(--severity)-S[set severity]:severity:(wishlist normal important grave critical)' \
+ '(-S)--severity=:severity:(wishlist normal important grave critical)' \
'(--no-cc)-x[do not cc submitter]' \
+ '(-x)--no-cc' \
'(--no-compress)-z[send configs verbatim]' \
+ '(-z)--no-compress[send configs verbatim]' \
'(--af)-a[use af instead of editor]' \
+ '(-a)--af[use af instead of editor]' \
'(--no-bts-query)-b[do not check bts]' \
- '(--bts=)-B[use alternate BTS]:system:(debian gnome kde tdyc)' \
+ '(-b)--no-bts-query' \
+ '(--bts)-B[use alternate BTS]:system:(debian gnome kde tdyc)' \
+ '(-B)--bts=:system:(debian gnome kde tdyc)' \
'-g[sign report with GnuPG]' \
- '(--include=)-i[include text]:' \
+ '(--include)-i[include text]:' \
+ '(-i)--include=:' \
'(--no-ldap)-l[disable LDAP support]' \
+ '(-l)--no-ldap' \
'(--mutt)-M[use mutt instead of editor]' \
+ '(-M)--mutt' \
'--mua=[use specified mua instead of editor]' \
'(--nmh --mh)-n[use comp instead of editor]' \
- '(--output=)-o[output to file instead of mail]' \
+ '(-n --mh)--nmh' \
+ '(--nmh -n)--mh' \
+ '(--output)-o[output to file instead of mail]' \
+ '(-o)--output=' \
'(--pgp)-P[sign report with PGP]' \
+ '(-P)--pgp' \
'--ldap[enable LDAP support]' \
"$_bug_commonargs[@]"
;;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~1999-11-08 16:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-11-08 16:25 PATCH: fixes for Completion/Debian/_bug 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).