mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 11:29:02 +00:00
- Renamed CLI flag from --no-env to --no-env-file for clarity - Updated all tests to use the new flag name - Added minimal documentation in docs/runtime/env.md for --no-env-file - Added documentation in docs/runtime/bunfig.md for env.file setting - Updated docs/test/runtime-behavior.md to mention --no-env-file The --no-env-file name is more explicit about what it disables (just .env files, not all environment variables). 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>