UNPKG

93 BJavaScriptView Raw
1#!/usr/bin/env node
2
3import { run } from "../lib/cli.js";
4
5await run(process.argv.slice(2));