diff options
| author | Jeff Carr <[email protected]> | 2025-10-19 05:59:05 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-19 05:59:05 -0500 |
| commit | a5ada1d59a8b56a033949a48af15bc74330cab07 (patch) | |
| tree | 30b664f74e30faf782765e0f4a7dba46e8b917f8 /structs.go | |
| parent | 7cfeaaa25c46d87919b5a61dd2338765f40fc23c (diff) | |
new argvv0.0.49
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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 |
