BingKeh

Results 2 comments of BingKeh

-- is a speical token [The end-of-parameters token](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_parsing?view=powershell-7.4#the-end-of-parameters-token) in powershell, so we need to pass -- twice like `dotenvx run -f .env.testing -- -- node index.js`

> I created this repo for testing: https://github.com/klodoma/dotenvx-434 > > ``` > PS D:\temp\dotenvx> npm --version > 10.8.2 > PS D:\temp\dotenvx> node --version > v20.15.1 > ``` > > Command...