#!/usr/bin/env node const { runCLI } = require('../dist/cli'); runCLI(process.argv);