mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 05:24:23 +01:00
21990: completion for tpkg-debarch, tpkg-install, tpkg-install-libc, tpkg-make, and tpkg-update.
This commit is contained in:
parent
17198555f5
commit
67e954903e
@ -3,6 +3,10 @@
|
||||
* 21989: Completion/Debian/Command/_dpkg-cross:
|
||||
completion for dpkg-cross.
|
||||
|
||||
* 21990: Completion/Debian/Command/_toolchain-source:
|
||||
completion for tpkg-debarch, tpkg-install, tpkg-install-libc,
|
||||
tpkg-make, and tpkg-update.
|
||||
|
||||
2005-11-07 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* unposted: NEWS: note roadmap.
|
||||
|
9
Completion/Debian/Command/_toolchain-source
Normal file
9
Completion/Debian/Command/_toolchain-source
Normal file
@ -0,0 +1,9 @@
|
||||
#compdef tpkg-install tpkg-make tpkg-debarch tpkg-update tpkg-install-libc
|
||||
|
||||
local expl
|
||||
|
||||
(( CURRENT == 2 )) &&
|
||||
_wanted target expl 'target platform' \
|
||||
compadd alpha-linux arm-linux hppa-linux i{3..6}86-linux ia32-linux ia64-linux m68k-linux \
|
||||
mipsel-linux mips-linux ppc-linux powerpc-linux sparc-linux s390-linux
|
||||
|
Loading…
Reference in New Issue
Block a user