summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-19 05:15:33 -0500
committerJeff Carr <[email protected]>2025-10-19 05:15:33 -0500
commit5e7f902d5fae4014b8eef8c4945cbc131c6f701e (patch)
tree0e40683c939d51b1e42935e344354cf8a81e89e9 /main.go
parent51839a8f623c08df11ff5dae022ac318da754193 (diff)
newer but still not right argvv0.0.30
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