#!/usr/bin/env bun import { parse } from '../dist/app.js'; const args = process.argv.slice(2); const result = parse(args);