UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

11 lines (10 loc) 526 B
import { t as formatDocsLink } from "./links-ClIwBcy4.js"; import { r as theme } from "./theme-vjDs9tao.js"; import { t as registerQrCli } from "./qr-cli-Bz4dyO0k.js"; //#region src/cli/clawbot-cli.ts function registerClawbotCli(program) { const clawbot = program.command("clawbot").description("Legacy clawbot command aliases").addHelpText("after", () => `\n${theme.muted("Docs:")} ${formatDocsLink("/cli/clawbot", "docs.openclaw.ai/cli/clawbot")}\n`); registerQrCli(clawbot); } //#endregion export { registerClawbotCli };