diff options
| author | Jeff Carr <[email protected]> | 2025-09-01 00:30:19 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-01 00:30:19 -0500 |
| commit | e657015a78ddf9b9ae6cc0fbe90dd72c1a25291a (patch) | |
| tree | 493cdd70a361d11003229304414068d3cfa757eb | |
| parent | ea934a2814df2576a8402917d2b2b7fe16bb13b3 (diff) | |
stub in a build plugin option
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"` } |
