From 9ac5032144a72a71515cdccbfddce44bdb8b9d2c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 19 Oct 2025 05:01:42 -0500 Subject: new argv scheme --- doGui.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doGui.go') diff --git a/doGui.go b/doGui.go index 7d88757..bd71f80 100644 --- a/doGui.go +++ b/doGui.go @@ -11,7 +11,7 @@ import ( func doGui() { log.Info("The GUI is disabled for now. This app is under development currently") - me.sh.GoodExit("it works fine from the command line") + me.argv.GoodExit("it works fine from the command line") } /* -- cgit v1.2.3