mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-20 14:04:03 +01:00
16 lines
633 B
Plaintext
16 lines
633 B
Plaintext
#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'
|