tristanisham / zvm

zvm (Zig Version Manager) lets you easily install/upgrade between different versions of Zig.
https://www.zvm.app
MIT License
488 stars 33 forks source link

Zig traviss #14

Closed travisstaloch closed 1 year ago

travisstaloch commented 1 year ago

I'm not sure how you'd want to accept any of this. I was just poking around changing stuff.

You might argue that the arg parsing change is good cause it would reject invalid cli args instead of just skipping them as the current zig for loop impl does.

The rest is me blindly trying things. I had the assumption that zvm will allow the user to specify any zig version like zigup. I didn't realize zvm doesn't work that way afaik.