UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

14 lines (13 loc) 808 B
import { t as formatDocsLink } from "./links-CsLBrRff.js"; import { r as theme } from "./theme-vjDs9tao.js"; import { t as addGatewayServiceCommands } from "./register-service-commands-CAi8KNGt.js"; import "./install-D_sMTHzb.js"; import "./lifecycle-BNht0p3P.js"; import "./status-X1t8vJAA.js"; //#region src/cli/daemon-cli/register.ts /** Register the legacy daemon command group. */ function registerDaemonCli(program) { addGatewayServiceCommands(program.command("daemon").description("Manage the Gateway service (launchd/systemd/schtasks)").addHelpText("after", () => `\n${theme.muted("Docs:")} ${formatDocsLink("/cli/gateway", "docs.openclaw.ai/cli/gateway")}\n`), { statusDescription: "Show service install status + probe connectivity/capability" }); } //#endregion export { registerDaemonCli as t };