summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.go b/main.go
index b295ba0..1dca01f 100644
--- a/main.go
+++ b/main.go
@@ -11,6 +11,7 @@ import (
"go.wit.com/dev/alexflint/arg"
"go.wit.com/gui"
+ "go.wit.com/lib/fhelp"
"go.wit.com/log"
)
@@ -32,7 +33,7 @@ func main() {
me.pp = arg.MustParse(&argv)
if argv.Bash {
- argv.doBash()
+ fhelp.DoBash(ARGNAME)
os.Exit(0)
}
if len(argv.BashAuto) != 0 {