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

6 lines
283 B
TypeScript

// Compatibility barrel for historical CLI program helpers.
/** Find a free TCP port for CLI/server tests and startup helpers. */
export { forceFreePort } from "./ports.js";
/** Build the root OpenClaw Commander program. */
export { buildProgram } from "./program/build-program.js";