diff options
| author | Jeff Carr <[email protected]> | 2025-10-14 03:23:24 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-14 03:23:24 -0500 |
| commit | f09217ebc7870ea9ab1f4b523666ac1497d99f86 (patch) | |
| tree | 32e31eef4ea07e391475234a43794e79d709e592 /main.go | |
| parent | e57eb14eee47ae2b636f27cf4f41620a66f7082c (diff) | |
run around the block another time. this time publishing toov0.23.142
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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) |
