diff options
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"` } /* |
