From d68c81c1add8b09aed8b8a19c6b61610a9ff8605 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 18 Oct 2025 03:21:39 -0500 Subject: switching to the new 'argv' --- structs.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 6251719..a4a2c4e 100644 --- a/structs.go +++ b/structs.go @@ -4,14 +4,14 @@ package main import ( - "go.wit.com/dev/alexflint/arg" - "go.wit.com/lib/gui/prep" + "go.wit.com/gui" + "go.wit.com/lib/protobuf/argvpb" ) var me *mainType // this app's variables type mainType struct { - pp *arg.Parser // for parsing the command line args. Yay to alexf lint! - myGui *prep.GuiPrep // the gui toolkit handle + argv *argvpb.Argv // shell autocomplete + myGui *gui.Node // the gui toolkit handle } -- cgit v1.2.3