summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index 3113926..2631171 100644
--- a/structs.go
+++ b/structs.go
@@ -2,6 +2,7 @@
package main
import (
+ "go.wit.com/dev/alexflint/arg"
"go.wit.com/gui"
"go.wit.com/lib/gadgets"
"go.wit.com/lib/protobuf/forgepb"
@@ -11,6 +12,7 @@ import (
var me *autoType
type autoType struct {
+ pp *arg.Parser // for parsing the command line args. Yay to alexf lint!
myGui *gui.Node
releaseReasonS string // = "gocui dropdown select"