diff options
| author | Jeff Carr <[email protected]> | 2025-10-19 05:24:23 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-19 05:24:23 -0500 |
| commit | 4a544d613c256bcd3b865e98fb5abbcbf8c15672 (patch) | |
| tree | 190868b5ea215e16b729b6d140ac8c68d186c1df /structs.go | |
| parent | 11995fd3b1902125db16fb4bce7ab9561d75ad7b (diff) | |
newer but still not right argvv0.0.64
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -5,6 +5,7 @@ package main import ( "go.wit.com/dev/alexflint/arg" + "go.wit.com/lib/fhelp" "go.wit.com/lib/protobuf/argvpb" "go.wit.com/lib/protobuf/forgepb" "go.wit.com/lib/protobuf/gitpb" @@ -14,10 +15,10 @@ var me *mainType // this app's variables type mainType struct { - argv *argvpb.Argv // shell autocomplete + argv *argvpb.Argv // more experiments for bash handling pp *arg.Parser // for parsing the command line args. Yay to alexf lint! - myGui *argvpb.GuiPrep // the gui toolkit handle - forge *forgepb.Forge // for holding the forge protobuf files + myGui *fhelp.GuiPrep // for initializing the GUI toolkits + forge *forgepb.Forge // your customized repo preferences and settings configs *forgepb.ForgeConfigs // for holding the forge protobuf files missing *gitpb.Repos // repos we are missing } |
