fix: add missint cmd
This commit is contained in:
parent
c608ad5ccd
commit
723ba49cd3
|
@ -284,6 +284,7 @@ case "$1" in
|
|||
start) shift; cmd_start $@ ;;
|
||||
stop) shift; cmd_stop $@ ;;
|
||||
shell) shift; cmd_shell $@ ;;
|
||||
attach) shift; cmd_attach $@ ;;
|
||||
push) shift; cmd_push $@ ;;
|
||||
pull) shift; cmd_pull $@ ;;
|
||||
run) shift; cmd_run $@ ;;
|
||||
|
|
Loading…
Reference in New Issue