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
Presenting a new command `unlet` that will delete variables from the
nushell memory. I'm not sure how acutally useful this is but I thought
it would be fun to play around and see if it's useful. I don't really
like the name but it says what it does so that counts for something.
I also kind of see this as a tiny first step toward some type of garbage
collection.
<img width="1907" height="681" alt="image"
src="https://github.com/user-attachments/assets/a4caffab-4ef8-447e-a3ed-8c2e7256aaaa"
/>
nushell's internal variables like `$in`, `$env`, `$nu` are protected
from deletion.
Feel free to take it for a spin and let me know if it's trash.
## Release notes summary - What our users need to know
The new command `unlet` will delete variables from memory.
## Tasks after submitting
N/A
0 commit comments