Files
openclaw/src/cli/node-cli.ts
2026-06-03 18:43:23 -04:00

4 lines
178 B
TypeScript

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