refactor: simplify cli commands

This commit is contained in:
Peter Steinberger
2026-01-08 07:16:05 +01:00
parent 79ac0af719
commit 19595a8f99
33 changed files with 359 additions and 1427 deletions

View File

@@ -34,7 +34,7 @@ export function buildPortHints(
const hints: string[] = [];
if (kinds.has("gateway")) {
hints.push(
"Gateway already running locally. Stop it (clawdbot gateway stop) or use a different port.",
"Gateway already running locally. Stop it (clawdbot daemon stop) or use a different port.",
);
}
if (kinds.has("ssh")) {