How to unset
a variable in zx?
#540
Answered
by
HenryC-3
HenryC-3
asked this question in
Help needed
-
Hi everyone. Here's my script which tries to unset some variables. await $`TEST=test`;
await $`unset TEST`;
await $`echo $TEST`; // expect to output noting, but it outputs "test" |
Beta Was this translation helpful? Give feedback.
Answered by
HenryC-3
Dec 15, 2022
Replies: 1 comment
-
in NodeJS way delete $.env.NAME |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
HenryC-3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
in NodeJS way