run.js 74 B

123
  1. #!/usr/bin/env node
  2. import { main } from "../dist/index.js";
  3. main().argv;