diff options
| author | Jeff Carr <[email protected]> | 2025-10-03 06:49:04 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-03 06:49:04 -0500 |
| commit | ca419f8db029fe494d27e2d531a85436db05d665 (patch) | |
| tree | f1b5722bfd6f8f5c26502913e67a939dd693461a | |
| parent | 59ddc2f9221894b363f2cc42445a57cd9efd711c (diff) | |
rm old text
| -rw-r--r-- | main.go | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -15,18 +15,13 @@ var BUILDTIME string var ARGNAME string = "go-clone" -// var pp *arg.Parser var forge *forgepb.Forge -var auto *prep.Auto // more experiments for bash handling +var auto *prep.Auto var workingRepo *gitpb.Repo func main() { - // log.Info("go-clone version", VERSION, "built on", BUILDTIME) - // prep.Bash(ARGNAME, argv.DoAutoComplete) // todo: make this: prep.Bash(argv) - // pp = arg.MustParse(&argv) - // prep.Gui() // prepares the GUI package for go-args - auto = prep.Bash3(&argv) // this line should be: prep.Bash(&argv) + auto = prep.Bash3(&argv) // does shell autocomplete with go-args forge = forgepb.Init() |
