fix: add missint cmd

This commit is contained in:
Anton Livaja 2025-05-01 09:16:11 -07:00
parent c608ad5ccd
commit 723ba49cd3
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
1 changed files with 1 additions and 0 deletions

View File

@ -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 $@ ;;