mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 08:31:35 +00:00
feat: fold gateway service commands into gateway
This commit is contained in:
@@ -36,14 +36,6 @@ const entries: SubCliEntry[] = [
|
||||
mod.registerAcpCli(program);
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "daemon",
|
||||
description: "Manage the gateway daemon",
|
||||
register: async (program) => {
|
||||
const mod = await import("../daemon-cli.js");
|
||||
mod.registerDaemonCli(program);
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "gateway",
|
||||
description: "Gateway control",
|
||||
|
||||
Reference in New Issue
Block a user