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