-
-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Problem
Suppose:
- I start the
sbtshell. - I have an env var set in my
.env - When I
runmy project, the env gets imported. - Then, I remove or comment out that specific var from my
.envfile. - I run
reloadin the sbt shell.
When I run again in the sbt shell, the env var is still there (I can tell by its effect).
Workaround
I can only change it by setting new values for it, but I can't unset it. In order to unset the var, I need to exit the sbt shell and start it again.
Request
I'm happy to create a minified example, but it seemed like such an obvious flaw that I wanted to ask first in case it's a known limitation or actually an issue with sbt, etc.
Metadata
Metadata
Assignees
Labels
No labels