summaryrefslogtreecommitdiff
path: root/structs.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 /structs.go
parentf324a650ce0dd8298be4a81acadd107a62d059b2 (diff)
new argv (much better than before)v0.22.170
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/structs.go b/structs.go
index a9e6516..6395bc5 100644
--- a/structs.go
+++ b/structs.go
@@ -5,7 +5,6 @@ import (
"go.wit.com/gui"
"go.wit.com/lib/fhelp"
"go.wit.com/lib/gadgets"
- "go.wit.com/lib/protobuf/argvpb"
"go.wit.com/lib/protobuf/gitpb"
"go.wit.com/lib/protobuf/zoopb"
)
@@ -14,7 +13,6 @@ var me *mainType
// this app's variables
type mainType struct {
- argv *argvpb.Argv // shell autocomplete
pp *arg.Parser // for parsing the command line args. Yay to alexf lint!
myGui *fhelp.GuiPrep // the gui handle itself
origGui *gui.Node // the gui handle itself