mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-26 20:09:32 +00:00
4 lines
178 B
TypeScript
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";
|