fix --gui argv
This commit is contained in:
parent
4bcfaddab3
commit
01b8af4620
1
gui.go
1
gui.go
|
@ -18,6 +18,7 @@ This struct can be used with the go-arg package. These
|
|||
are the generic default command line arguments for the 'GUI' package
|
||||
*/
|
||||
type ArgsGui struct {
|
||||
GuiPlugin string `arg:"--gui" help:"select the plugin (andlabs,gocui,etc)"`
|
||||
GuiVerbose bool `arg:"--gui-verbose" help:"enable all logging"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue