Typek's Command Line Argument Parser A cross-platform, declarative way to create a CLI application. Inspired by the Rust crate clap. #!/usr/bin/env bun #!/usr/bin/env -S deno run #!/usr/bin/env -S npx tsx bun ./script.ts deno run ./script.ts npx tsx ./script.ts