#!/usr/bin/env node import { runParser } from '../dist/run.mjs'; runParser(process.argv);