You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I implemented the variable substitution in my copy-cat, learn-by-hacking version here: https://github.com/alexsasharegan/dotenv. Maybe the method can be ported to this lib's internals? I also needed var substitution for my existing environment files.
The ruby dotenv has support for command substitution and basic variable substitution (but not yet expansion)
At the very least, variable substitution would be a nice to have in godotenv
The text was updated successfully, but these errors were encountered: