refactor: rename clawdbot to moltbot with legacy compat
This commit is contained in:
@@ -37,7 +37,7 @@ export function registerBrowserCli(program: Command) {
|
||||
.action(() => {
|
||||
browser.outputHelp();
|
||||
defaultRuntime.error(
|
||||
danger(`Missing subcommand. Try: "${formatCliCommand("clawdbot browser status")}"`),
|
||||
danger(`Missing subcommand. Try: "${formatCliCommand("moltbot browser status")}"`),
|
||||
);
|
||||
defaultRuntime.exit(1);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user