From 3956e6dfb87584e0623bb5084f24ef74e371962a Mon Sep 17 00:00:00 2001 From: mamoodi Date: Tue, 3 Jun 2025 10:17:31 -0400 Subject: [PATCH] Fix CLI mode docs --- docs/usage/how-to/cli-mode.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/how-to/cli-mode.mdx b/docs/usage/how-to/cli-mode.mdx index faec23432f66..7e3c2e868920 100644 --- a/docs/usage/how-to/cli-mode.mdx +++ b/docs/usage/how-to/cli-mode.mdx @@ -41,7 +41,7 @@ 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.39 \ - python -m openhands.cli.main + python -m openhands.cli.main --override-cli-mode true ``` This launches the CLI in Docker, allowing you to interact with OpenHands as described above.