cli: Refactor the logger setup

This commit is contained in:
James Shubin
2024-03-22 01:21:04 -04:00
parent d2188609e4
commit 8cf7719476
3 changed files with 16 additions and 13 deletions

View File

@@ -74,6 +74,7 @@ func main() {
return // for safety
}
cliUtil.LogSetup(debug)
data := &cliUtil.Data{
Program: program,
Version: version,