Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: reportbug options



There are other missing options I didn't bother looking at right now.

Index: Completion/Debian/Command/_bug
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Debian/Command/_bug,v
retrieving revision 1.6
diff -u -r1.6 _bug
--- Completion/Debian/Command/_bug	18 Jul 2009 18:22:29 -0000	1.6
+++ Completion/Debian/Command/_bug	10 Dec 2009 20:45:32 -0000
@@ -88,6 +88,10 @@
       '(-d)--debug' \
       '--version' \
       '--license' \
+      '(--no-paranoid)--paranoid' \
+      '(--paranoid)--no-paranoid' \
+      '--body=:message body string' \
+      '--body-file=:message body file:_files' \
       "$_bug_commonargs[@]" \
       "$_rb_commonargs[@]"
   ;;



Messages sorted by: Reverse Date, Date, Thread, Author