diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -23,15 +23,6 @@ import ( var me guiConfig -var GuiArg GuiArgs - -// This struct can be used with the go-arg package -type GuiArgs struct { - Gui string `arg:"--gui" help:"Use this gui toolkit [andlabs,gocui,nocui]"` - GuiDebug bool `arg:"--gui-debug" help:"open the GUI debugger"` - GuiVerbose bool `arg:"--gui-verbose" help:"enable all logging"` -} - type guiConfig struct { initOnce sync.Once |
