allan2 / dotenvy

A well-maintained fork of the dotenv crate
MIT License
664 stars 40 forks source link

would you accept ability to override existing vars #40

Closed tshepang closed 1 year ago

tshepang commented 1 year ago

I have this PR on original repo: https://github.com/dotenv-rs/dotenv/pull/69. Would it be accepted here?

allan2 commented 1 year ago

Yes.

Also add tests and rename dotenv_overwrite to overload. The naming should be consistent with bkeepers/dotenv.