summaryrefslogtreecommitdiff
path: root/doGui.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-26 10:06:03 -0500
committerJeff Carr <[email protected]>2025-10-26 10:06:03 -0500
commit16fdee4c38c13bb71f1c77c15e3f9b8853bf694d (patch)
tree9474fa59cefaacdfa8df17e19da914c9fa71884f /doGui.go
parentf324a650ce0dd8298be4a81acadd107a62d059b2 (diff)
new argv (much better than before)v0.22.170
Diffstat (limited to 'doGui.go')
-rw-r--r--doGui.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/doGui.go b/doGui.go
index bd71f80..d073423 100644
--- a/doGui.go
+++ b/doGui.go
@@ -4,6 +4,7 @@
package main
import (
+ "go.wit.com/lib/protobuf/argvpb"
"go.wit.com/log"
)
@@ -11,7 +12,7 @@ import (
func doGui() {
log.Info("The GUI is disabled for now. This app is under development currently")
- me.argv.GoodExit("it works fine from the command line")
+ argvpb.GoodExit("it works fine from the command line")
}
/*