1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-28 15:01:21 +02:00

22816: Joerg Sommer: completion for pon.

This commit is contained in:
Clint Adams 2006-10-04 09:40:40 +00:00
parent 68e6b673f7
commit e4675cead4
2 changed files with 11 additions and 1 deletions

@ -1,7 +1,10 @@
2006-10-03 Clint Adams <clint@zsh.org>
* 22816: Joerg Sommer: Completion/Unix/Command/_pon:
completion for pon.
* 22815: Joerg Sommer: Completion/Debian/Command/_invoke-rc.d:
completion for invoke-rc.d
completion for invoke-rc.d.
2006-10-03 Clint Adams <clint@zsh.org>

@ -0,0 +1,7 @@
#compdef pon
provider=(/etc/ppp/peers/*(:t))
_arguments \
'(-q --quick)'{-q,--quick}'[hangs up after all ip-up scripts are run]' \
'1:provider to call:(${provider[@]})'