Version: 1.0.02.0.0
#!/usr/bin/env node
import { run } from "../lib/cli.js";
await run(process.argv.slice(2));