From 4bc38cfe287dca5bd3d7af01fd904bd9f3aad06d Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 4 Nov 1999 16:17:46 +0000 Subject: Initial revision --- Completion/Debian/_bug | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Completion/Debian/_bug (limited to 'Completion') 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' -- cgit 1.4.1