dsherret / dax

Cross-platform shell tools for Deno and Node.js inspired by zx.
MIT License
970 stars 33 forks source link

feat: add printenv command #143

Closed sigmaSd closed 1 year ago

sigmaSd commented 1 year ago

Is there a reason the back-trace is not full

image

I noticed when I'm using dax I get frequently truncated panics that I have to guess where it came from

Its gonna be hard for me to make this pass test on windows since I don't have one currently and I'm out of guesses

sigmaSd commented 1 year ago

I ended up adding some implicit casting for the windows case toUpper/toLowercase, what do you think about it ?