Files
bun.sh/test/js/bun/cli
Claude Bot 94c24d708e Add Bun.CLI flag parser and interactive system
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>
2025-09-15 12:52:06 +00:00
..