summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
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)