mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 19:38:58 +00:00
Implemented comprehensive CLI functionality: - Fast zero-allocation flag parser for common cases - Support for multiple flag types (boolean, string, number, array) - Interactive prompts with TTY detection and fallback - Performance-optimized with single-pass parsing - Full TypeScript API with type definitions 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>