Files
bun.sh/src
Claude Bot 477d709a0c Implement --all flag for bun run command
Add support for sequential execution of multiple package.json scripts
and source files, providing npm-run-all compatibility.

Features:
- Sequential execution of multiple targets
- Pattern matching with :* and : suffixes
- Mixed script/file execution support
- Comprehensive error handling and reporting
- Drop-in replacement for npm-run-all

Implementation:
- Add --all flag to CLI argument parsing
- Add run_all field to Context structure
- Implement pattern matching and expansion logic
- Use anyerror\! return type to resolve recursion issues
- Add extensive test coverage for all scenarios

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-14 15:43:57 +00:00
..
2025-07-02 20:06:43 -07:00
2025-06-07 00:30:58 -07:00
2025-07-10 00:10:43 -07:00
2025-06-17 13:00:28 -07:00
2025-07-10 00:10:43 -07:00
2025-07-02 20:06:43 -07:00
2025-04-17 19:04:05 -07:00
2025-06-08 05:07:09 -07:00
2025-07-10 00:10:43 -07:00
2025-06-07 00:30:58 -07:00
2025-06-27 22:05:20 -07:00
2025-06-08 05:07:09 -07:00
2025-04-10 14:16:30 -07:00
2025-07-10 00:10:43 -07:00
2025-06-12 14:20:28 -07:00