allan2 / dotenvy

A well-maintained fork of the Rust dotenv crate
MIT License
625 stars 39 forks source link

Load all .env files just like Ruby #78

Closed levkk closed 9 months ago

levkk commented 1 year ago

Load .env.* family of files, just like the Ruby dotenv does.

I think the right behavior for dotenv() should be dotenv_override(), but I don't want to break existing use cases.