adeharo9/cpp-dotenv

Is there a way to make it work with std::getenv?

Closed this issue · 1 comments

xahon commented
Is there a way to make it work with std::getenv?

Totally true, planned on adding real environment variable support but didn't get on it until now. I've get rid of the old-style mapping in favor of environment variables, so now it also works with std::getenv.