about summary refs log tree commit diff
path: root/Completion/Debian/Command/_debchange
blob: 960194ce772caa9b7457c931ef50c7ecb3156bf8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#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:'