import { runCli } from "./setup/cli.ts"; if (import.meta.main) { await runCli(); }