14 lines
260 B
Plaintext
Raw Normal View History

2019-01-27 20:26:50 -08:00
#compdef addpkg
# zsh completions for 'addpkg'
local arguments
arguments=(
{-h,--help}'[show this help message and exit]'
{-s,--sign}'[sign repository file]'
{-v,--verbose}'[increase script verbosity]'
'*:filename:_files'
)
_arguments -s $arguments