From e4675cead4f6e19e9898e4e7ec58691e438344b8 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Wed, 4 Oct 2006 09:40:40 +0000 Subject: 22816: Joerg Sommer: completion for pon. --- Completion/Unix/Command/_pon | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Completion/Unix/Command/_pon (limited to 'Completion/Unix/Command/_pon') diff --git a/Completion/Unix/Command/_pon b/Completion/Unix/Command/_pon new file mode 100644 index 000000000..860916435 --- /dev/null +++ b/Completion/Unix/Command/_pon @@ -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[@]})' -- cgit 1.4.1