dotenv-rs / dotenv

Library to help supply environment variables in testing and development
MIT License
557 stars 85 forks source link

Usage with option_env! macro #86

Open setoelkahfi opened 1 year ago

setoelkahfi commented 1 year ago

Hello, I call the dotenv().ok(); on my main.rs and it works well with the std::env::var(). However, it seems not working when I use the option_env! macro. Is it the expected behaviour?