small refactor

This commit is contained in:
raziman 2020-08-18 12:26:58 +08:00
parent 0231ff01bd
commit af21152d0c

View File

@ -10,6 +10,7 @@ import (
func main() {
os.Setenv("TEST", "false")
debugLog("App start")
args := getArgs()
readConfig(args)
app := tview.NewApplication()