summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go9
1 files changed, 6 insertions, 3 deletions
diff --git a/structs.go b/structs.go
index 6cb0f0c..c7fe2a8 100644
--- a/structs.go
+++ b/structs.go
@@ -2,7 +2,9 @@
package main
import (
+ "go.wit.com/dev/alexflint/arg"
"go.wit.com/gui"
+ "go.wit.com/lib/fhelp"
"go.wit.com/lib/gadgets"
"go.wit.com/lib/protobuf/argvpb"
"go.wit.com/lib/protobuf/forgepb"
@@ -12,9 +14,10 @@ import (
var me *autoType
type autoType struct {
- sh *argvpb.Argv // shell autocomplete
- myGui *argvpb.GuiPrep // the gui handle itself
- origGui *gui.Node // the gui handle itself
+ argv *argvpb.Argv // shell autocomplete
+ pp *arg.Parser // for parsing the command line args. Yay to alexf lint!
+ myGui *fhelp.GuiPrep // the gui handle itself
+ gui *gui.Node // the gui toolkit handle
releaseReasonS string // = "gocui dropdown select"
release releaseStruct // notsure
reposbox *gui.Node // notsure