add zsh completions
This commit is contained in:
13
_diyvpnctl
Normal file
13
_diyvpnctl
Normal file
@@ -0,0 +1,13 @@
|
||||
#compdef diyvpnctl
|
||||
|
||||
_diyvpnctl_main() {
|
||||
local -a commands
|
||||
commands=(
|
||||
'add:Configure a new VPN server'
|
||||
'list:List configured VPN servers'
|
||||
)
|
||||
|
||||
_describe 'command' commands
|
||||
}
|
||||
|
||||
_diyvpnctl_main
|
||||
Reference in New Issue
Block a user