summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-19 05:11:04 -0500
committerJeff Carr <[email protected]>2025-10-19 05:11:04 -0500
commit9836434ac9ac1313e5fd3ce4675fbf6dac4421e2 (patch)
tree52e98e39ecbf8e43fe2f95a362a2d8fddea78383 /structs.go
parent8afd9b6bb91050f954625dbf5819672f02781d4b (diff)
new argvv0.23.146
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