diff options
| author | Jeff Carr <[email protected]> | 2025-09-08 15:36:32 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-08 15:36:32 -0500 |
| commit | 4c5ded025f33fd19ae14362e9203e130cd0a0ee3 (patch) | |
| tree | b2676800ed895bb91b2ff66a568e8482292803e5 /main.go | |
| parent | 192fd065ddf9cf4fffc04ca834b230280b2f5468 (diff) | |
use standard bash stuff
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 { |
