summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-14 03:23:24 -0500
committerJeff Carr <[email protected]>2025-10-14 03:23:24 -0500
commitf09217ebc7870ea9ab1f4b523666ac1497d99f86 (patch)
tree32e31eef4ea07e391475234a43794e79d709e592 /main.go
parente57eb14eee47ae2b636f27cf4f41620a66f7082c (diff)
run around the block another time. this time publishing toov0.23.142
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.go b/main.go
index 22c4116..62f104d 100644
--- a/main.go
+++ b/main.go
@@ -29,8 +29,7 @@ var argv args
func main() {
me = new(autoType)
- me.myGui = prep.Gui() // prepares the GUI package for go-args
- me.sh = prep.Bash3(&argv) // bash autocomplete
+ me.sh = prep.Autocomplete(&argv) // adds shell auto complete to go-args
me.forge = forgepb.Init()
me.found = new(gitpb.Repos)