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