From 21313117b70fe7aba836d4ffc57ae60b29bb695f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 25 Sep 2025 02:24:17 -0500 Subject: new argv bash autocomplete --- structs.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index bec7549..b0b4a44 100644 --- a/structs.go +++ b/structs.go @@ -4,7 +4,7 @@ package main import ( - "go.wit.com/dev/alexflint/arg" + "go.wit.com/lib/gui/prep" "go.wit.com/lib/protobuf/forgepb" "go.wit.com/lib/protobuf/zoopb" ) @@ -13,7 +13,7 @@ var me *autoType // this app's variables type autoType struct { - argpp *arg.Parser // go-arg preprocessor + auto *prep.Auto // more experiments for bash handling forge *forgepb.Forge // your customized repo preferences and settings machine *zoopb.Machine // your customized repo preferences and settings } -- cgit v1.2.3