Files
openclaw/src/cli/gateway-cli.ts
2026-06-03 18:25:21 -04:00

4 lines
187 B
TypeScript

// Public CLI barrel for gateway subcommand registration.
/** Register all gateway CLI subcommands on the root program. */
export { registerGatewayCli } from "./gateway-cli/register.js";