1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-05 23:11:11 +02:00
zsh/Completion/Debian/Command/_debchange

10 lines
511 B
Text

#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:'