tristanisham / zvm

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

Hide upgrade notice after running upgrade #89

Open xtexChooser opened 2 weeks ago

xtexChooser commented 2 weeks ago

Describe the solution you'd like When running zvm upgrade, don't print the upgrade available notice, as it has no use in this case.

tristanisham commented 2 weeks ago

This is fair. Though with how the command is currently structured it'd require reworking the current upgrade alert mechanism. Let me look into a refactor. Thanks for bringing it to me as an issue.

KeithBrown39423 commented 2 weeks ago

I was about to add this same thing as well lol