summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/main.go b/main.go
index 20f0d4a..91ced42 100644
--- a/main.go
+++ b/main.go
@@ -14,18 +14,11 @@ import (
"go.wit.com/log"
)
-// sent via -ldflags
-var VERSION string
-var BUILDTIME string
-
// this optionally can store the GUI plugins
//
//go:embed resources/*
var resources embed.FS
-// used for shell auto completion
-var ARGNAME string = "regex"
-
// using this for now. triggers config save
var configSave bool