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