fix: add shell command to supported command list
This commit is contained in:
parent
d1229c0f45
commit
06010bea59
|
@ -265,6 +265,7 @@ case "$1" in
|
||||||
status) shift; cmd_status $@ ;;
|
status) shift; cmd_status $@ ;;
|
||||||
start) shift; cmd_start $@ ;;
|
start) shift; cmd_start $@ ;;
|
||||||
stop) shift; cmd_stop $@ ;;
|
stop) shift; cmd_stop $@ ;;
|
||||||
|
shell) shift; cmd_shell $@ ;;
|
||||||
push) shift; cmd_push $@ ;;
|
push) shift; cmd_push $@ ;;
|
||||||
pull) shift; cmd_pull $@ ;;
|
pull) shift; cmd_pull $@ ;;
|
||||||
run) shift; cmd_run $@ ;;
|
run) shift; cmd_run $@ ;;
|
||||||
|
|
Loading…
Reference in New Issue