1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-28 17:10:59 +01: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

View 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[@]})'