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 NewLuaManager(language string) *LuaManager {
InstallCmd: []string{"luarocks", "install"},
UninstallCmd: []string{"luarocks", "remove"},
ListCmd: []string{"luarocks", "list"},
VerifyCmd: []string{"lua", "-v"},
Separator: " ",
},
}