From 16fdee4c38c13bb71f1c77c15e3f9b8853bf694d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 26 Oct 2025 10:06:03 -0500 Subject: new argv (much better than before) --- doGui.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doGui.go') 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") } /* -- cgit v1.2.3