diff options
author | Clint Adams <clint@users.sourceforge.net> | 2008-08-07 22:54:43 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2008-08-07 22:54:43 +0000 |
commit | 8db0e396c90f2398c4959cdec69c83c20f1c718f (patch) | |
tree | 9f32175205fdf43d929d66a3144ef1575b71103d /Completion/Debian/Command/_grep-excuses | |
parent | 2653c527d2845566f759eb6642baac201b381393 (diff) | |
download | zsh-8db0e396c90f2398c4959cdec69c83c20f1c718f.tar.gz zsh-8db0e396c90f2398c4959cdec69c83c20f1c718f.tar.xz zsh-8db0e396c90f2398c4959cdec69c83c20f1c718f.zip |
25423: completion for grep-excuses.
Diffstat (limited to 'Completion/Debian/Command/_grep-excuses')
-rw-r--r-- | Completion/Debian/Command/_grep-excuses | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Completion/Debian/Command/_grep-excuses b/Completion/Debian/Command/_grep-excuses new file mode 100644 index 000000000..972bd18c4 --- /dev/null +++ b/Completion/Debian/Command/_grep-excuses @@ -0,0 +1,8 @@ +#compdef grep-excuses + +_arguments \ + '(--no-conf --noconf)'{--no-conf,--noconf}'[do not read any config files]' \ + '(--wipnity -w)'{--wipnity,-w}'[get information from release.debian.org]' \ + '--version[display version information]' \ + '--help[display help information]' \ + ':package:_deb_packages avail' |