We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b3d661 commit 2f09ff6Copy full SHA for 2f09ff6
etc/bash/completion
@@ -165,7 +165,7 @@ _supervisor_stack_control() {
165
_get_comp_words_by_ref -n : cur prev words
166
167
local options='--help --command'
168
- local actions='start stop restart redeploy'
+ local actions='start stop restart redeploy pause unpause'
169
170
case "$prev" in
171
--command)
0 commit comments