#!/usr/bin/env node import { run } from '../lib/cli.js'; run(process.argv.slice(2));