From b09b86009ecb17c171aab400af73a568d084f49e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 23 Sep 2025 12:14:26 -0500 Subject: some fun stuff --- structs.go | 1 + 1 file changed, 1 insertion(+) (limited to 'structs.go') diff --git a/structs.go b/structs.go index d21e9f8..22f5b01 100644 --- a/structs.go +++ b/structs.go @@ -16,5 +16,6 @@ type mainType struct { pp *arg.Parser // for parsing the command line args. Yay to alexf lint! forge *forgepb.Forge // for holding the forge protobuf files myGui *prep.GuiPrep // the gui toolkit handle + auto *prep.Auto // more experiments for bash handling configs *forgepb.ForgeConfigs // for holding the forge protobuf files } -- cgit v1.2.3