summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-08 15:36:32 -0500
committerJeff Carr <[email protected]>2025-09-08 15:36:32 -0500
commit4c5ded025f33fd19ae14362e9203e130cd0a0ee3 (patch)
treeb2676800ed895bb91b2ff66a568e8482292803e5 /main.go
parent192fd065ddf9cf4fffc04ca834b230280b2f5468 (diff)
use standard bash stuff
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 dc59f3e..995d55d 100644
--- a/main.go
+++ b/main.go
@@ -9,6 +9,7 @@ import (
"go.wit.com/dev/alexflint/arg"
"go.wit.com/gui"
+ "go.wit.com/lib/fhelp"
"go.wit.com/lib/protobuf/forgepb"
"go.wit.com/log"
)
@@ -31,7 +32,7 @@ func main() {
me.pp = arg.MustParse(&argv)
if argv.Bash {
- argv.doBash()
+ fhelp.DoBash(ARGNAME)
os.Exit(0)
}
if len(argv.BashAuto) != 0 {