1 2 3 4 5 6 7 8 9
package gui var argGui ArgsGui // these go-arg commands have been moved to go.wit.com/lib/gui/prep type ArgsGui struct { GuiPlugin string GuiFile string }