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
This release brings support for removing env vars to command definitions. Now, in addition to
defaulting a variable with a "NAME": "VALUE entry in the "env" object and unconditionally
writing a variable with "=NAME": "VALUE", ambient environment variables can be removed by adding
an "env" entry object with a null value. See the packaging guide for more
details.
This discussion was created from the release scie-jump 0.7.0.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
0.7.0
This release brings support for removing env vars to command definitions. Now, in addition to
defaulting a variable with a
"NAME": "VALUE
entry in the"env"
object and unconditionallywriting a variable with
"=NAME": "VALUE"
, ambient environment variables can be removed by addingan
"env"
entry object with anull
value. See the packaging guide for moredetails.
This discussion was created from the release scie-jump 0.7.0.
Beta Was this translation helpful? Give feedback.
All reactions