hopp.js 113 B

123456
  1. #!/usr/bin/env node
  2. // * The entry point of the CLI
  3. import { cli } from "../dist/index.js";
  4. cli(process.argv);