feat: udpate mise exec logs

This commit is contained in:
engigu
2026-02-13 21:16:51 +08:00
parent ef0d256c58
commit 2d90d0921a
19 changed files with 180 additions and 63 deletions
+1
View File
@@ -18,6 +18,7 @@ func NewRubyManager(language string) *RubyManager {
InstallCmd: []string{"gem", "install"},
UninstallCmd: []string{"gem", "uninstall", "-a", "-x"},
ListCmd: []string{"gem", "list", "--local"},
VerifyCmd: []string{"ruby", "-v"},
Separator: " ",
},
}