summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-08 16:18:45 -0500
committerJeff Carr <[email protected]>2025-09-08 16:18:45 -0500
commitcd4e1f9867776f245d8fb0938ec4999cd8e28d41 (patch)
tree89ad495ad294876be158c9f5bcbd45c9667eb888 /main.go
parent132ebb1a11e6e28650cd56847c273a57bc461cc4 (diff)
use common bash functionv0.0.11
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 8d7085d..a61a9ee 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/log"
)
@@ -41,7 +42,7 @@ func main() {
}
if argv.Bash {
- argv.doBash()
+ fhelp.DoBash(ARGNAME)
os.Exit(0)
}
if len(argv.BashAuto) != 0 {