summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-26 10:30:42 -0500
committerJeff Carr <[email protected]>2025-10-26 10:30:42 -0500
commitd84aba4c1d60c6b02e05cbe3b4588a7d7f420403 (patch)
treebb8af1d471f46b70277224ee98b2bb61b6ec6f4e /main.go
parent8c03d7f6e6ff095f5ecd0724f108774c0bb449b5 (diff)
someday virtigo will actually workv0.2.90
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 34fc02d..369441a 100644
--- a/main.go
+++ b/main.go
@@ -19,7 +19,7 @@ var resources embed.FS
func main() {
me = new(virtigoT)
- me.argv = argvpb.Autocomplete(&argv) // adds shell auto complete to go-args
+ argvpb.Init(&argv, APPNAME, BUILDTIME, VERSION) // adds shell auto-complete
if os.Getenv("VIRTIGO_HOME") == "" {
homeDir, _ := os.UserHomeDir()