2019-01-27 20:26:50 -08:00
|
|
|
#compdef delpkg
|
|
|
|
|
|
|
|
# zsh completions for 'delpkg'
|
|
|
|
# automatically generated with http://github.com/RobSis/zsh-completion-generator
|
|
|
|
local arguments
|
|
|
|
|
|
|
|
arguments=(
|
|
|
|
{-h,--help}'[show this help message and exit]'
|
2019-03-10 21:04:31 -07:00
|
|
|
{-c,--cachedir}'[alternative directory to use for deleting package]'
|
|
|
|
{-d,--db-filename}'[alternative filename for database without extension]'
|
2019-01-27 20:26:50 -08:00
|
|
|
{-s,--sign}'[sign repository file]'
|
2019-01-30 17:16:30 -08:00
|
|
|
{-v,--verbose}'[increase script verbosity]'
|
2019-01-27 20:26:50 -08:00
|
|
|
'*:filename:_files'
|
|
|
|
)
|
|
|
|
|
|
|
|
_arguments -s $arguments
|