mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-11 13:01:28 +02:00
22816: Joerg Sommer: completion for pon.
This commit is contained in:
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>
|
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:
|
* 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>
|
2006-10-03 Clint Adams <clint@zsh.org>
|
||||||
|
|
||||||
|
|
7
Completion/Unix/Command/_pon
Normal file
7
Completion/Unix/Command/_pon
Normal file
|
@ -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[@]})'
|
Loading…
Reference in a new issue