Files
bun.sh/test/cli
Claude Bot f8fcfa84c5 Add support for --inspect-browser flag
Implements the --inspect-browser flag which combines the functionality of
--inspect-wait with automatic browser opening. This flag:

- Waits for a debugger connection like --inspect-wait
- Accepts an optional URL parameter like --inspect
- Automatically opens the debug URL in the user's browser
- Uses platform-appropriate browser opener (open/xdg-open/start)

The implementation adds:
- CLI flag parsing in Arguments.zig
- New open_in_browser field in Command.Debugger struct
- Browser opening logic using Bun.spawn() in debugger.ts
- Tests with fake xdg-open to verify browser opening

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-03 23:05:09 +00:00
..
2025-05-24 13:36:51 -07:00
2025-05-16 23:40:56 -07:00