summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-17 22:01:48 -0500
committerJeff Carr <[email protected]>2025-09-17 22:01:48 -0500
commitf936a17bc0a952bd543a65ab74e2370141cb618c (patch)
tree3ba91210131a76f99350e907da81c615fb07682b /main.go
parent9bc6d030e5ef022dd7dde01caf5bdbf6e1bbaa69 (diff)
compiles
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 180cfb5..0093d82 100644
--- a/main.go
+++ b/main.go
@@ -44,7 +44,7 @@ func getVersion(repo *gitpb.Repo, name string) string {
func main() {
me = new(mainType)
- prep.Bash2(ARGNAME, argv.DoAutoComplete) // this line should be: prep.Bash(argv)
+ prep.Bash2(ARGNAME, argv.DoAutoComplete) // this line should be: prep.Bash(&argv)
me.myGui = prep.Gui() // prepares the GUI package for go-args
me.pp = arg.MustParse(&argv)