Update the doc for headless to include no continue (#5537)

This commit is contained in:
mamoodi 2024-12-11 21:03:06 -05:00 committed by GitHub
parent 6a6ce5f3ee
commit 2f2ea9ec91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,5 +55,5 @@ docker run -it \
--add-host host.docker.internal:host-gateway \
--name openhands-app-$(date +%Y%m%d%H%M%S) \
docker.all-hands.dev/all-hands-ai/openhands:0.15 \
python -m openhands.core.main -t "write a bash script that prints hi"
python -m openhands.core.main -t "write a bash script that prints hi" --no-auto-continue
```