1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-26 18:01:03 +02:00

16000: completion for debchange(dch)

This commit is contained in:
Clint Adams 2001-10-10 03:12:59 +00:00
parent 933813e971
commit a9d36386d1
3 changed files with 22 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2001-10-10 Clint Adams <clint@zsh.org>
* 16000: Completion/Debian/Command/.distfiles,
Completion/Debian/Command/_debchange:
completion for debchange (dch).
2001-10-09 Sven Wischnowsky <wischnow@zsh.org>
* 15995: Completion/Unix/Type/_files, Doc/Zsh/compsys.yo:

View file

@ -1,5 +1,5 @@
DISTFILES_SRC='
.distfiles
_apt _bts _bug _dpkg _dpkg_source _dupload
_apt _bts _bug _debchange _dpkg _dpkg_source _dupload
_update-alternatives
'

View file

@ -0,0 +1,15 @@
#compdef debchange dch=debchange
_arguments \
'(--help)-h[help]' \
'(-h)--help' \
'--version' \
'(--append -a --newversion -v --increment)-i[increment]' \
'(--append -a --newversion -v -i)--increment' \
'(--increment -i --newversion -v --append)-a[append]' \
'(--increment -i --newversion -v -a)--append' \
'(--append -a --increment -i --newversion)-v[newversion]:version:' \
'(--append -a --increment -i -v)--newversion:version:' \
'(--preserve)-p[preserve]' \
'(-p)--preserve' \
':text:'