[Feature Request] Support Environment Variables in Command Parsing

Resolved 💬 6 comments Opened Oct 7, 2025 by KJ7LNW Closed Jan 8, 2026

Bug Description
The command line parser does not detect environment variables that are provided to a command. The command itself has already been allowed, but sometimes environment variables are necessary to pass to it. I think this should be allowed.We already have Bash(npx vitest run:*); this is already allowed, but the following fails:

DEBUG=1 npx vitest run apps/turbo-build-watch/src/__tests__/watch-integration.test.ts 
DEBUG=1 SECOND_FLAG=foo npx vitest run apps/turbo-build-watch/src/__tests__/watch-integration.test.ts 

Environment Info

  • Platform: linux
  • Terminal: vte-based
  • Version: 2.0.8
  • Feedback ID: 93968ca5-fe71-4133-989d-214ae2cd9b41

Errors

[]

View original on GitHub ↗

This issue has 6 comments on GitHub. Read the full discussion on GitHub ↗