summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-19 05:59:05 -0500
committerJeff Carr <[email protected]>2025-10-19 05:59:05 -0500
commita5ada1d59a8b56a033949a48af15bc74330cab07 (patch)
tree30b664f74e30faf782765e0f4a7dba46e8b917f8 /structs.go
parent7cfeaaa25c46d87919b5a61dd2338765f40fc23c (diff)
new argvv0.0.49
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go9
1 files changed, 7 insertions, 2 deletions
diff --git a/structs.go b/structs.go
index 8aab53a..8c54a0b 100644
--- a/structs.go
+++ b/structs.go
@@ -7,17 +7,22 @@ import (
sync "sync"
"time"
+ "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"
)
var me *gusconf
// this app's variables
type gusconf struct {
- argv *argvpb.Argv // shell autocomplete
- myGui *argvpb.GuiPrep // the base of the gui
+ argv *argvpb.Argv // more experiments for bash handling
+ pp *arg.Parser // for parsing the command line args. Yay to alexf lint!
+ myGui *fhelp.GuiPrep // for initializing the GUI toolkits
+ forge *forgepb.Forge // your customized repo preferences and settings
portmaps *Portmaps // the portmap window
portwin *stdTableWin // the portwin window
events *Events // the event log