Skip to content

Commit 2f09ff6

Browse files
committed
Maintenance: Add stack controls pause, unpause
1 parent 6b3d661 commit 2f09ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/bash/completion

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ _supervisor_stack_control() {
165165
_get_comp_words_by_ref -n : cur prev words
166166

167167
local options='--help --command'
168-
local actions='start stop restart redeploy'
168+
local actions='start stop restart redeploy pause unpause'
169169

170170
case "$prev" in
171171
--command)

0 commit comments

Comments
 (0)