From 4b0077cce106d638944ecd8a6d49ee23fae79dc4 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 29 Dec 2023 09:24:06 -0600 Subject: save 'universal' go-arg Signed-off-by: Jeff Carr --- structs.go | 9 --------- 1 file changed, 9 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index b9d4d89..406b11a 100644 --- a/structs.go +++ b/structs.go @@ -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 -- cgit v1.2.3