feat(ZVM): Add ZVM segment and docs#5990
Open
ggottemo wants to merge 3 commits intoJanDeDobbeleer:mainfrom
Open
feat(ZVM): Add ZVM segment and docs#5990ggottemo wants to merge 3 commits intoJanDeDobbeleer:mainfrom
ggottemo wants to merge 3 commits intoJanDeDobbeleer:mainfrom
Conversation
JanDeDobbeleer
requested changes
Dec 14, 2024
Changed behavior to turn off colors for zvm when finding the version
Author
|
Apologies if you already get a notification, wasn't sure if I needed to click 'Re-request review' again or not |
| valid bool | ||
| } | ||
|
|
||
| func (c *colorCommand) detectColorState() colorState { |
Owner
There was a problem hiding this comment.
why is this necessary? That switch should not reset the entire command output for following commands, right? If so, this is terrible design on their part.
eb42120 to
3bf3592
Compare
c05927e to
ef0ff8b
Compare
zaaine
approved these changes
Sep 16, 2025
Owner
e4f891e to
910a20f
Compare
a676445 to
5aad089
Compare
mahmudurrahmanlabib
approved these changes
Oct 23, 2025
0f43b02 to
fa38ae3
Compare
6a67260 to
85091a8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prerequisites
Description
Added a segment for ZVM (Zig Version Manager), that displays the version currently 'in use', similar to NVM (Node Version Manager) in the JavaScript ecosystem.