Archived
1
0

Add startall and stopall

This commit is contained in:
2025-08-24 19:36:55 +02:00
parent 1dfd3f090f
commit 759e7412c3
2 changed files with 20 additions and 2 deletions

View File

@@ -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)