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:
parent
933813e971
commit
a9d36386d1
3 changed files with 22 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
DISTFILES_SRC='
|
||||
.distfiles
|
||||
_apt _bts _bug _dpkg _dpkg_source _dupload
|
||||
_apt _bts _bug _debchange _dpkg _dpkg_source _dupload
|
||||
_update-alternatives
|
||||
'
|
||||
|
|
15
Completion/Debian/Command/_debchange
Normal file
15
Completion/Debian/Command/_debchange
Normal 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:'
|
Loading…
Reference in a new issue