diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
