#!/usr/bin/env node import { program } from '../dist/index.js'; // Parse CLI arguments and run the program program.parse(process.argv);