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
722: Evaluate boolean environment variables as truthy or falsey. r=Emilgardis a=Alexhuszagh
Allow values of 0, 1, so values other than `true` or `false` can be provided. `VAR=0`, `VAR=`, `VAR=-0`, or `VAR=false` will evaluate to false, while the rest will evaluate to true.
Affects #661 and #721.
Co-authored-by: Alex Huszagh <[email protected]>
0 commit comments