about summary refs log tree commit diff
path: root/Completion/Debian
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-11-04 16:17:46 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-11-04 16:17:46 +0000
commit49169f98a57838033be45e2b1fd4bbbe013cefa1 (patch)
tree277146e8859e88d72948b1283b34dbc5bb43069e /Completion/Debian
parentd9f2398db5cdfe63b0a438197272ee6ce7edb453 (diff)
downloadzsh-49169f98a57838033be45e2b1fd4bbbe013cefa1.tar.gz
zsh-49169f98a57838033be45e2b1fd4bbbe013cefa1.tar.xz
zsh-49169f98a57838033be45e2b1fd4bbbe013cefa1.zip
zsh-workers/8540
Diffstat (limited to 'Completion/Debian')
-rw-r--r--Completion/Debian/_bug15
1 files changed, 15 insertions, 0 deletions
diff --git a/Completion/Debian/_bug b/Completion/Debian/_bug
new file mode 100644
index 000000000..376fa0135
--- /dev/null
+++ b/Completion/Debian/_bug
@@ -0,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'