docs: clarify derived port mapping

This commit is contained in:
Peter Steinberger
2026-01-05 02:03:10 +01:00
parent 17422608b2
commit 00370139a5
3 changed files with 10 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ export function buildProgram() {
.version(PROGRAM_VERSION)
.option(
"--dev",
"Dev profile: isolate config/state under ~/.clawdbot-dev and default gateway port 19001",
"Dev profile: isolate state under ~/.clawdbot-dev, default gateway port 19001, and shift derived ports (bridge/browser/canvas)",
)
.option(
"--profile <name>",