mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-30 00:03:36 +00:00
4 lines
187 B
TypeScript
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";
|