docs: add --no-spawn flag documentation

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Helmut Januschka 2025-06-20 08:27:19 +02:00
parent c40608a586
commit c6b000a421

View file

@ -89,6 +89,9 @@ vibetunnel --serve --port 8080
# With ngrok tunnel
vibetunnel --serve --ngrok --ngrok-token YOUR_TOKEN
# Disable terminal spawning (detached sessions only)
vibetunnel --serve --no-spawn
```
Access the dashboard at `http://localhost:4020` (or your configured port).
@ -183,6 +186,7 @@ update:
- `--debug`: Enable debug mode
- `--cleanup-startup`: Clean up sessions on startup
- `--server-mode`: Server mode (native, rust)
- `--no-spawn`: Disable terminal spawning (creates detached sessions only)
- `--control-path`: Control directory path
- `--config, -c`: Configuration file path