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) --- structs.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'structs.go') 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 -- cgit v1.2.3