File: _debchange

package info (click to toggle)
zsh-beta 4.3.0-dev-1%2B20050424-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 18,240 kB
  • ctags: 6,564
  • sloc: ansic: 79,241; sh: 4,874; perl: 748; makefile: 676; awk: 341; sed: 16
file content (10 lines) | stat: -rw-r--r-- 511 bytes parent folder | download | duplicates (11)
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:'