From 72b5033710cede2d52c63afe3f6dec3d1e0f366b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 17 Oct 2025 16:29:56 -0500 Subject: renamed lib to argvpb --- main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index cbd9837..47d9a43 100644 --- a/main.go +++ b/main.go @@ -9,7 +9,7 @@ import ( "path/filepath" "time" - "go.wit.com/lib/gui/prep" + "go.wit.com/lib/protobuf/argvpb" "go.wit.com/lib/protobuf/forgepb" "go.wit.com/lib/protobuf/gitpb" "go.wit.com/log" @@ -35,8 +35,8 @@ func saveMissing() error { func main() { me = new(mainType) - me.myGui = prep.Gui() // prepares the GUI package for go-args - me.auto = prep.Bash(&argv) // this line should be: prep.Bash(&argv) + me.myGui = argvpb.Gui() // prepares the GUI package for go-args + me.argv = argvpb.Autocomplete(&argv) // adds shell auto complete to go-args me.forge = forgepb.InitByFullpath("/etc/forged/forge.text") me.forge.Config.DumpENV() -- cgit v1.2.3