mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-26 18:01:03 +02:00
8 lines
315 B
Text
8 lines
315 B
Text
#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'
|