summaryrefslogtreecommitdiff
path: root/args.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-12 15:15:42 -0600
committerJeff Carr <[email protected]>2024-02-12 15:15:42 -0600
commit54dcbee6f11af4f8d746dfe85405683984fa2fa4 (patch)
treeb7f5ea2638a8ce8b5867cf487a4ab02974af6af2 /args.go
parentc7ea23ddb6559030d0be98bff090bf919b0c4265 (diff)
add 'dead' to track plugin failure
Diffstat (limited to 'args.go')
-rw-r--r--args.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/args.go b/args.go
index 62e75f2..c63905e 100644
--- a/args.go
+++ b/args.go
@@ -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