Files
bun.sh/test/cli
Claude Bot 94740e0fb0 Implement --linker flag for bun install
Add support for --linker flag to set node_linker strategy:
- `bun install --linker isolated` forces isolated node linker
- `bun install --linker hoisted` forces hoisted node linker

Changes:
- Add --linker CLI flag parsing with validation
- Store CLI node_linker override in PackageManagerOptions
- Apply CLI override in two locations where lockfile is initialized
- Add comprehensive tests for flag validation and functionality
- Update help text with examples

The CLI flag takes precedence over package.json and lockfile settings,
ensuring consistent behavior across different project configurations.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-16 13:15:48 +00:00
..
2025-05-24 13:36:51 -07:00
2025-05-16 23:40:56 -07:00
2024-10-18 01:14:42 +00:00