summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-19 02:55:24 -0500
committerJeff Carr <[email protected]>2025-10-19 02:55:24 -0500
commit7b268437f40ffd15fe659b3662d984910a6faefe (patch)
tree109a47aaea9662da01d2d1a9b3f87601855b190d /main.go
parent618bcf3a36f2229fb819be8164783e945c157a5a (diff)
start converting over to new argv scheme
Diffstat (limited to 'main.go')
-rw-r--r--main.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/main.go b/main.go
index 0fdd559..953fb1b 100644
--- a/main.go
+++ b/main.go
@@ -12,13 +12,6 @@ import (
"go.wit.com/log"
)
-// sent via -ldflags
-var VERSION string
-var BUILDTIME string
-
-// used for shell auto completion
-var ARGNAME string = "startxplacement"
-
// using this for now. triggers config save
var configSave bool
@@ -26,7 +19,6 @@ var configFile string = "/home/jcarr/.config/startxplacement.out"
func main() {
me = new(mainType)
- me.myGui = argvpb.Gui() // prepares the GUI package for go-args
me.argv = argvpb.Autocomplete(&argv) // adds shell auto complete to go-args
if argv.DumpX != nil {