about summary refs log tree commit diff
path: root/Completion/Unix/Command/_pon
blob: 860916435a48096c24b80d7b25396da2d53ba1c5 (plain) (blame)
1
2
3
4
5
6
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[@]})'