From 7abc658c20a143bef36e30ad34719776bbc7a505 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 17 Oct 2025 15:42:34 -0500 Subject: new argv location --- structs.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 50023fb..24f90ad 100644 --- a/structs.go +++ b/structs.go @@ -4,7 +4,7 @@ import ( "go.wit.com/gui" "go.wit.com/lib/fhelp" "go.wit.com/lib/gadgets" - "go.wit.com/lib/gui/prep" + "go.wit.com/lib/protobuf/argvpb" "go.wit.com/lib/protobuf/gitpb" "go.wit.com/lib/protobuf/zoopb" ) @@ -13,7 +13,7 @@ var me *mainType // this app's variables type mainType struct { - sh *prep.Auto // more experiments for bash handling + sh *argvpb.Argv // shell autocomplete myGui *fhelp.GuiPrep // the gui handle itself origGui *gui.Node // the gui handle itself pb *zoopb.Package // the .deb package protobuf -- cgit v1.2.3