summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-17 16:29:40 -0500
committerJeff Carr <[email protected]>2025-10-17 16:29:40 -0500
commit51839a8f623c08df11ff5dae022ac318da754193 (patch)
treefb5870ab94b6be8bf3c2a4f41d5e51419020aeca /main.go
parent86b16da2e3f94dc0999447d3ed41f459dcbc6a3a (diff)
renamed library
Diffstat (limited to 'main.go')
-rw-r--r--main.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/main.go b/main.go
index 42ec96f..20f0d4a 100644
--- a/main.go
+++ b/main.go
@@ -9,7 +9,7 @@ import (
"embed"
"github.com/google/uuid"
- "go.wit.com/lib/gui/prep"
+ "go.wit.com/lib/protobuf/argvpb"
"go.wit.com/lib/protobuf/chatpb"
"go.wit.com/log"
)
@@ -31,8 +31,8 @@ var configSave bool
func main() {
me = new(mainType)
- me.myGui = prep.Gui() // prepares the GUI package for go-args
- me.auto = prep.Bash3(&argv) // add support for bash autocomplete with go-arg
+ // me.myGui = prep.Gui() // prepares the GUI package for go-args
+ me.argv = argvpb.Autocomplete(&argv) // adds shell auto complete to go-args
var err error
// load the default chat protobuf