diff options
| author | Jeff Carr <[email protected]> | 2025-09-18 16:48:03 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-18 16:48:03 -0500 |
| commit | ac16ef71277fafb4975d9e31be0dae2fffac1764 (patch) | |
| tree | 01bbf0949858ebacb1f0e484fa89477972c2f51d /main.go | |
| parent | 2ce32a0f2fb06c94bbb36e11b528093812df4453 (diff) | |
wow. this worked. thanks Alex Flint
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -44,8 +44,8 @@ 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) - me.myGui = prep.Gui() // prepares the GUI package for go-args - me.auto = prep.Bash3(ARGNAME, argv.DoAutoComplete, &argv) // this line should be: prep.Bash(&argv) + me.myGui = prep.Gui() // prepares the GUI package for go-args + me.auto = prep.Bash3(argv.DoAutoComplete, &argv) // this line should be: prep.Bash(&argv) // arg.MustParse(&argv) // these three lines are becoming terrible syntax // me.auto = prep.MustParse(&argv) // try to make this work? |
