From 5e8fab62dc79d50e1d4b447db9f6a70bcd14da42 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 25 Sep 2025 02:30:52 -0500 Subject: new argv bash completion --- structs.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index fac6ee5..21a527c 100644 --- a/structs.go +++ b/structs.go @@ -6,7 +6,6 @@ package main import ( "context" - "go.wit.com/dev/alexflint/arg" "go.wit.com/lib/gadgets" "go.wit.com/lib/gui/prep" "go.wit.com/lib/protobuf/chatpb" @@ -17,7 +16,7 @@ var me *mainType // this app's variables type mainType struct { - pp *arg.Parser // for parsing the command line args. Yay to alexf lint! + auto *prep.Auto // more experiments for bash handling chats *chatpb.Chats // all our prior conversations with regex client *genai.Client // the Google Gemini AI client variable ctx context.Context // global context. what does this acutally mean? -- cgit v1.2.3