summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-26 10:17:14 -0500
committerJeff Carr <[email protected]>2025-10-26 10:17:14 -0500
commitd8451d71898fb96dd096a9d560f36ad52d460726 (patch)
tree86b55b0b7281f9e4308e23c71c6a7e89721454f4 /main.go
parent163590b99a4e36d6113fe40c426f8633aec68d33 (diff)
newer better argvv0.0.34
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 91ced42..77ac462 100644
--- a/main.go
+++ b/main.go
@@ -25,7 +25,7 @@ var configSave bool
func main() {
me = new(mainType)
// me.myGui = prep.Gui() // prepares the GUI package for go-args
- me.argv = argvpb.Autocomplete(&argv) // adds shell auto complete to go-args
+ argvpb.Init(&argv, APPNAME, BUILDTIME, VERSION) // adds shell auto-complete
var err error
// load the default chat protobuf