refactor(exe): port pacman calls to cmd_builder

This commit is contained in:
jguer
2021-08-08 00:57:55 +02:00
committed by J Guerreiro
parent 1a2e5b9529
commit 172ee1f4e8
11 changed files with 87 additions and 94 deletions

View File

@@ -124,6 +124,7 @@ func main() {
ret = 1
return
}
config.Runtime.CmdBuilder.SetPacmanDBPath(config.Runtime.PacmanConf.DBPath)
text.UseColor = useColor