diff options
| author | Jeff Carr <[email protected]> | 2024-11-13 21:31:31 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-13 21:31:31 -0600 |
| commit | 8a144eb5fd1ea8a799af51d93518b8080e6624f1 (patch) | |
| tree | e5d85c6402a4264be65b50827dc5969b755539cb /args.go | |
| parent | ce2794c2b070142309b94d7fb6fef78216ab44cd (diff) | |
return when --gui noguiv0.22.5
Diffstat (limited to 'args.go')
| -rw-r--r-- | args.go | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -11,10 +11,8 @@ This struct can be used with the go-arg package. These are the generic default command line arguments for the 'GUI' package */ type ArgsGui struct { - GuiPlugin string `arg:"--gui" help:"Use this gui toolkit [andlabs,gocui,nocui]"` - GuiVerbose bool `arg:"--gui-verbose" help:"enable all logging"` - // this doesn't work, maybe it can't work - // GuiStdout bool `arg:"--gui-stdout" help:"send STDOUT and STDERR to /tmp/go-gui.log"` + GuiPlugin string `arg:"--gui" help:"Use this gui toolkit [andlabs,gocui,nocui,nogui]"` + GuiVerbose bool `arg:"--gui-verbose" help:"enable all logging"` } /* |
