toddbluhm / env-cmd

Setting environment variables from a file
https://www.npmjs.com/package/env-cmd
MIT License
1.73k stars 65 forks source link

env-cmd -x is not working on Windows #355

Open Systemify-me opened 1 year ago

Systemify-me commented 1 year ago

env-cmd -x git clone \\$REPO_PULL_URL ./temp

Works fine on Mac, but returns "Wrong repo \$REPO_PULL_URL" - so probably another delimiter is needed.

Dotenv + cross-var works fine with %REPO_PULL_URL%, but they have another limitations i need to workaround.

StefanMorar commented 1 year ago

Too dependent on the OS platform and even on the terminal type