diff options
| author | Jeff Carr <[email protected]> | 2025-09-09 05:28:47 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-09 05:28:47 -0500 |
| commit | 01b8af46208a818d1d47438214d98690982e1792 (patch) | |
| tree | 9e8ec4c8f2e4bb397682a1c2a3aa1a48d3eaf8a0 /gui.go | |
| parent | 4bcfaddab3a118e75b8d445f55870ecec9f3ad4f (diff) | |
fix --gui argv
Diffstat (limited to 'gui.go')
| -rw-r--r-- | gui.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18,7 +18,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 { - GuiVerbose bool `arg:"--gui-verbose" help:"enable all logging"` + GuiPlugin string `arg:"--gui" help:"select the plugin (andlabs,gocui,etc)"` + GuiVerbose bool `arg:"--gui-verbose" help:"enable all logging"` } /* |
