dotenv-cli
dotenv-cli copied to clipboard
Dotenv-cli removes output colors
When using dotenv -- <some_command>, if some command has colored output, dotenv will remove it.
I guess that the issue exists because of cross-spawn that is used to spawn the sub-process. I'm wondering if in 2023 node:child_process still has issues with windows (which is, I believe, the reason you used cross-spawn in the first place.
Feel free to file a PR that fixes it. I don't have access to a windows machine so I cannot test it though.
Given there hasn't been an update, I'm gonna close this