From b3026b411408e55683932339b91a7970dcf88e4f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 7 Oct 2025 05:52:28 -0500 Subject: autogenpb Save() --- forgeConfig.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forgeConfig.proto b/forgeConfig.proto index 025cc92..6328d7d 100644 --- a/forgeConfig.proto +++ b/forgeConfig.proto @@ -62,7 +62,7 @@ message ForgeConfigs { // `autogenpb:mar string ReposDir = 13; // where your repos are (orginally set to the GO default ~/go/src) string PatchPB = 14; // fullpath to patches file string ForgeURL = 15; // forge URL - string Filename = 16; // filename of the config file + string Filename = 16; // `autogenpb:save` -- this enables autogenerated pb.Load() and pb.Save() int32 rillX = 17; // used by rill int32 rillY = 18; // used by rill } -- cgit v1.2.3