diff options
| author | Jeff Carr <[email protected]> | 2025-10-26 10:17:14 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-26 10:17:14 -0500 |
| commit | d8451d71898fb96dd096a9d560f36ad52d460726 (patch) | |
| tree | 86b55b0b7281f9e4308e23c71c6a7e89721454f4 /main.go | |
| parent | 163590b99a4e36d6113fe40c426f8633aec68d33 (diff) | |
newer better argvv0.0.34
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 |
