kurtbuilds / modenv

A CLI to easily manage .env files and keep them consistent. It is simple, fast, error resistant, and composable.
MIT License
54 stars 2 forks source link

modenv -f add FOO=bar gives wrong result #3

Open kurtbuilds opened 2 years ago

kurtbuilds commented 2 years ago

modenv -f add FOO=bar gives

Added add=FOO=bar instead of the expected

Added FOO=bar