From 0482931c9256888d8f3b4e078cbef390a879830c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 20 Jan 2025 07:58:50 -0600 Subject: stub in an option to provide a file --- argv.go | 1 + 1 file changed, 1 insertion(+) diff --git a/argv.go b/argv.go index 7d687e8..32e2cc8 100644 --- a/argv.go +++ b/argv.go @@ -13,6 +13,7 @@ are the generic default command line arguments for the 'GUI' package 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"` GuiVerbose bool `arg:"--gui-verbose" help:"enable all logging"` } -- cgit v1.2.3