diff options
| author | Jeff Carr <[email protected]> | 2024-02-12 15:15:42 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-12 15:15:42 -0600 |
| commit | 54dcbee6f11af4f8d746dfe85405683984fa2fa4 (patch) | |
| tree | b7f5ea2638a8ce8b5867cf487a4ab02974af6af2 /args.go | |
| parent | c7ea23ddb6559030d0be98bff090bf919b0c4265 (diff) | |
add 'dead' to track plugin failure
Diffstat (limited to 'args.go')
| -rw-r--r-- | args.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ var argGui ArgsGui 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"` } // returns the toolkit |
