summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.go b/main.go
index 78da3fe..7c90520 100644
--- a/main.go
+++ b/main.go
@@ -43,8 +43,8 @@ func main() {
me = new(mainType)
// the current os.Argv processing with go-args
- me.myGui = prep.Gui() // adds the GUI package args support
- me.auto = prep.Bash(&argv) // adds auto complete to go-args
+ me.myGui = prep.Gui() // adds the GUI package args support
+ me.sh = prep.Bash(&argv) // adds shell auto complete to go-args
// the current forge init process
me.forge = forgepb.Init() // init forge.pb