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
Use export instead of env to apply environment variables.
This means they properly carry to sub-commands/etc. The env is still
reset between operation calls as expected, so this is effectively fixes
a bug in the expected behaviour.
0 commit comments