summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-09 05:54:51 -0500
committerJeff Carr <[email protected]>2025-09-09 05:54:51 -0500
commit1418fcb0d148754fd762c9c8718b362eeb5a95de (patch)
tree0fa6a807220c48a3a5dd0a7c3de3c1275dc4fe6a /main.go
parentaf5205fb365f06727ab8ae051bd28e79f47b346c (diff)
new GUI interface
Diffstat (limited to 'main.go')
-rw-r--r--main.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/main.go b/main.go
index ab09067..0b44c7d 100644
--- a/main.go
+++ b/main.go
@@ -5,7 +5,6 @@ import (
"os"
"path/filepath"
- "go.wit.com/dev/alexflint/arg"
"go.wit.com/gui"
"go.wit.com/lib/fhelp"
"go.wit.com/lib/gui/shell"
@@ -26,18 +25,6 @@ var argv args
func main() {
me = new(mainType)
- gui.InitArg()
- arg.MustParse(&argv)
-
- if argv.Bash {
- fhelp.DoBash(ARGNAME)
- os.Exit(0)
- }
- if len(argv.BashAuto) != 0 {
- argv.doBashAuto()
- os.Exit(0)
- }
-
if err := fhelp.ConfigureENV(); err != nil {
badExit(err)
}