#!/usr/bin/env node import { runCLI } from './index.js'; runCLI(process.argv);