diff options
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"` } |
