diff options
| author | Jeff Carr <[email protected]> | 2025-10-26 10:06:03 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-26 10:06:03 -0500 |
| commit | 16fdee4c38c13bb71f1c77c15e3f9b8853bf694d (patch) | |
| tree | 9474fa59cefaacdfa8df17e19da914c9fa71884f /doGui.go | |
| parent | f324a650ce0dd8298be4a81acadd107a62d059b2 (diff) | |
new argv (much better than before)v0.22.170
Diffstat (limited to 'doGui.go')
| -rw-r--r-- | doGui.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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") } /* |
