tristanisham / zvm

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

Hide the "version upgrade" notice when you're already updating #91

Closed ZackeryRSmith closed 3 months ago

ZackeryRSmith commented 4 months ago

Currently when running zvm update it will update as you'd expect, but still throw in the notice that you're on an outdated version. I think this is a bit silly and would likely be best to be removed.

$ zvm upgrade
Upgrading ZVM... 100% |█████████████████████████████████████████████████████████████████████████████████████████████| (8.6/8.6 MB, 23 MB/s)

  Notice

ZVM v0.7.3 is available. You are currently on v0.7.2.

Run zvm upgrade or download the latest release at
https://github.com/tristanisham/zvm/releases/latest
tristanisham commented 4 months ago

Honestly, true. We're working on redoing how ZVM is installed #92, so this might be something we can adjust @isFakeAccount.

tristanisham commented 3 months ago

Just fixed this with ZVM v0.7.4 :)