marler8997 / zigup

Download and manage zig compilers.
MIT No Attribution
790 stars 61 forks source link

Automatically switch to latest master after updating #86

Closed echoptic closed 1 year ago

echoptic commented 1 year ago

Currently, when i run zigup fetch master i need to run zigup default master right after in order to switch to the version i just downloaded. I think that if your default is master, when you run zigup fetch master, it should automatically switch to the latest master version.

marler8997 commented 1 year ago

That's what zigup master does.

echoptic commented 1 year ago

Oh my bad, i didnt know about that command