ANSI support for tray labels

This commit is contained in:
Lea Anthony
2021-04-13 05:43:37 +10:00
parent 1344638c52
commit 53a3638fa8
10 changed files with 167 additions and 8 deletions

View File

@@ -67,5 +67,6 @@ func main() {
err = app.Run()
if err != nil {
println("\n\nERROR: " + err.Error())
os.Exit(1)
}
}