mirror of
https://git.code.sf.net/p/zsh/code
synced 2026-04-18 06:53:35 -04:00
9 lines
315 B
Plaintext
9 lines
315 B
Plaintext
#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'
|