mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 13:33:52 +01:00
11 lines
511 B
Plaintext
11 lines
511 B
Plaintext
#compdef debchange dch=debchange
|
|
|
|
_arguments \
|
|
'(-h --help)'{-h,--help}'[display help information]' \
|
|
'--version' \
|
|
'(--append -a --newversion -v --increment -i)'{-i,--increment}'[increment release or version number]' \
|
|
'(--append -a --newversion -v --increment -i)'{-a,--append}'[add new changelog entry]' \
|
|
'(--append -a --newversion -v --increment -i)'{-v,--newversion}'[specify new version number]:version:' \
|
|
'(--preserve -p)'{-p,--preserve}'[preserve source tree directory name]' \
|
|
':text:'
|