diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
