diff options
| author | Jeff Carr <[email protected]> | 2025-10-07 05:52:28 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-07 05:52:28 -0500 |
| commit | b3026b411408e55683932339b91a7970dcf88e4f (patch) | |
| tree | c2d27515fd7f52c6cead1cedcbe33bf6be8b7fd2 | |
| parent | dd844e1ef9cd144dbeb0af75348273ba83aac064 (diff) | |
autogenpb Save()v0.0.170
| -rw-r--r-- | forgeConfig.proto | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |
