diff options
| author | Jeff Carr <[email protected]> | 2025-09-09 05:54:51 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-09 05:54:51 -0500 |
| commit | 1418fcb0d148754fd762c9c8718b362eeb5a95de (patch) | |
| tree | 0fa6a807220c48a3a5dd0a7c3de3c1275dc4fe6a /main.go | |
| parent | af5205fb365f06727ab8ae051bd28e79f47b346c (diff) | |
new GUI interface
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -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) } |
