#!/usr/bin/env node "use strict"; import cli from './cli.mjs'; (async () => { await cli(); })();