summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-08 14:57:46 -0500
committerJeff Carr <[email protected]>2025-09-08 14:57:46 -0500
commit6c6af8707a8fe97de3978feeb6a1e05dbc94e37d (patch)
tree11d79fc0d8ab60474224fd7ead6d20b464c6cf83 /main.go
parentce813a345030dffa9d997cb837cc8be99b9c5946 (diff)
finally back to one file again
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 cd4185b..6937372 100644
--- a/main.go
+++ b/main.go
@@ -14,6 +14,7 @@ import (
"go.wit.com/dev/alexflint/arg"
"go.wit.com/gui"
+ "go.wit.com/lib/fhelp"
"go.wit.com/lib/gui/shell"
"go.wit.com/lib/protobuf/forgepb"
"go.wit.com/lib/protobuf/gitpb"
@@ -50,7 +51,7 @@ func main() {
me.pp = arg.MustParse(&argv)
if argv.Bash {
- argv.doBash()
+ fhelp.DoBash(ARGNAME)
os.Exit(0)
}
if len(argv.BashAuto) != 0 {