mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-29 00:43:37 +00:00
4 lines
175 B
TypeScript
4 lines
175 B
TypeScript
// Public CLI barrel for cron subcommand registration.
|
|
/** Register cron job CLI subcommands on the root program. */
|
|
export { registerCronCli } from "./cron-cli/register.js";
|