1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-04 10:41:11 +02:00

Initial revision

This commit is contained in:
Tanaka Akira 1999-11-04 16:17:46 +00:00
parent 4265f4b026
commit 4bc38cfe28

15
Completion/Debian/_bug Normal file
View file

@ -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'