summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-26 10:38:08 -0500
committerJeff Carr <[email protected]>2025-10-26 10:38:08 -0500
commitdee05f9efde26a1b3a781781262cd49a6750f6bc (patch)
treeeda9bce04fae397254b9e91af6ba743fe96eda1e /main.go
parentc8b4bfc00ff9f2c6d5a8502f0e93f05a641ebc57 (diff)
finally working again argvHEADv0.0.54v0.0.53masterdevel
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 28f0428..70795b8 100644
--- a/main.go
+++ b/main.go
@@ -26,7 +26,7 @@ var resources embed.FS
func main() {
me = new(gusconf)
- me.argv = argvpb.Autocomplete(&argv) // adds shell auto complete to go-args
+ argvpb.Init(&argv, APPNAME, BUILDTIME, VERSION) // adds shell auto-complete
log.Info("tmp hack", uuid.New().String())