16 lines
410 B
Plaintext
Raw Normal View History

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=(
{-c,--clean-cachedir}'[run paccache to clean the cache directory]'
{-h,--help}'[show this help message and exit]'
{-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