summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
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