diff options
| author | Jeff Carr <[email protected]> | 2025-10-22 11:08:59 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-22 11:08:59 -0500 |
| commit | e8a7433c9588827b275cbcf7a8745f886dd59ad4 (patch) | |
| tree | 727fc242f5d5da8ea36a50a09af9324ad903aa9d /structs.go | |
| parent | de85934267a150290d4ffff052027a3363f3ce10 (diff) | |
adapt to the new lib/config and lib/ENVv0.0.65
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -15,10 +15,11 @@ var me *mainType // this app's variables type mainType struct { - 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 - configs *forgepb.ForgeConfigs // for holding the forge protobuf files - missing *gitpb.Repos // repos we are missing + 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 + configs *forgepb.ForgeConfigs // for holding the forge protobuf files + Patchsets *forgepb.Sets // for holding the forge protobuf files + missing *gitpb.Repos // repos we are missing } |
