From e657015a78ddf9b9ae6cc0fbe90dd72c1a25291a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 1 Sep 2025 00:30:19 -0500 Subject: stub in a build plugin option --- argv.go | 1 + 1 file changed, 1 insertion(+) diff --git a/argv.go b/argv.go index b94b2e6..5bc4243 100644 --- a/argv.go +++ b/argv.go @@ -14,6 +14,7 @@ type ArgsGui struct { NoGui bool `arg:"--no-gui" help:"ignore all these gui problems"` GuiPlugin string `arg:"--gui" help:"Use this gui toolkit [andlabs,gocui,nocui,stdin]"` GuiFile string `arg:"--gui-file" help:"Use a specific plugin.so file"` + GuiBuild bool `arg:"--gui-build" help:"attempt to build the GUI plugins"` GuiVerbose bool `arg:"--gui-verbose" help:"enable all logging"` GuiPluginHack string `arg:"--gui-check-plugin" help:"hack to verify GO plugins load"` } -- cgit v1.2.3