From 4d4dcf31cb466d441024978420f548346c088537 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 18 Sep 2025 15:24:20 -0500 Subject: slowly working out autocomplete kinks --- structs.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 53edd9b..15b17bc 100644 --- a/structs.go +++ b/structs.go @@ -4,7 +4,6 @@ package main import ( - "go.wit.com/dev/alexflint/arg" "go.wit.com/gui" "go.wit.com/lib/gadgets" "go.wit.com/lib/gui/prep" @@ -28,7 +27,7 @@ func myServer() string { // this app's variables type mainType struct { - pp *arg.Parser // for parsing the command line args. Yay to alexflint! + // pp *arg.Parser // for parsing the command line args. Yay to alexflint! auto *prep.Auto // more experiments for bash handling forge *forgepb.Forge // for holding the forge protobuf files myGui *prep.GuiPrep // for initializing the GUI toolkits -- cgit v1.2.3