diff options
Diffstat (limited to 'args.go')
| -rw-r--r-- | args.go | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -10,7 +10,6 @@ var argGui ArgsGui // This struct can be used with the go-arg package type ArgsGui struct { - GuiDebug bool `arg:"--gui-debug" help:"open the GUI debugger"` GuiPlugin string `arg:"--gui" help:"Use this gui toolkit [andlabs,gocui,nocui]"` GuiVerbose bool `arg:"--gui-verbose" help:"enable all logging"` } @@ -29,8 +28,3 @@ func init() { func ArgToolkit() string { return argGui.GuiPlugin } - -// returns true if --gui-debug was passed from the command line -func ArgDebug() bool { - return argGui.GuiDebug -} |
