Add startall and stopall
This commit is contained in:
@@ -5,7 +5,7 @@ _ssh-proxy() {
|
||||
local cur prev words cword args
|
||||
_init_completion || return
|
||||
|
||||
local -r cmdargs="status start stop"
|
||||
local -r cmdargs="status start stop startall stopall"
|
||||
local -r cnfargs="--help"
|
||||
local profiledir=~/.config/ssh-proxy
|
||||
local tempdir="/tmp/ssh-proxy-${USER}"
|
||||
@@ -30,7 +30,7 @@ _ssh-proxy() {
|
||||
--help)
|
||||
return
|
||||
;;
|
||||
status)
|
||||
status | startall | stopall)
|
||||
return
|
||||
;;
|
||||
start)
|
||||
|
||||
Reference in New Issue
Block a user