From dada18c9a153db03f9cf52b6d4ba7e864bf5e3ba Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 25 Sep 2025 01:21:36 -0500 Subject: update to the new autocomplete --- structs.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index eee4cb1..9f70897 100644 --- a/structs.go +++ b/structs.go @@ -1,7 +1,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" @@ -12,7 +11,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 goSrc string // path to ~/go/src or go.work file goPath string // the goPath to use for the package hasWork bool // true if using go.work file -- cgit v1.2.3