summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-06 07:56:23 -0600
committerJeff Carr <[email protected]>2025-03-06 07:56:23 -0600
commit10d4942e6c1815634ce54150d8882db122beebf2 (patch)
tree95b0466312317f04cbd204a975bd83ba7e8c58de /argv.go
parent4b08f576743eadac8ecbd481415c10d9abefdc05 (diff)
add options to debug plugin load failuresv0.22.38
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/argv.go b/argv.go
index e5514de..b7e75df 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"`
+ GuiTest string `arg:"--gui-test" help:"test a specific plugin.so will load"`
GuiVerbose bool `arg:"--gui-verbose" help:"enable all logging"`
}