diff options
| author | Jeff Carr <[email protected]> | 2025-01-20 05:09:46 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-20 05:09:46 -0600 |
| commit | 3e4b1ddc838714b37b14906f5a5fb9826060c681 (patch) | |
| tree | d554491b8fd767ce9ace114639625aa17383fb53 | |
| parent | 9ec7b4394f8880fa4c9ae8d52f5fa4503eb95376 (diff) | |
cleanup protofile in total violaton of protobuf rulesv0.0.61
| -rw-r--r-- | forgeConfig.proto | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/forgeConfig.proto b/forgeConfig.proto index c9f228d..bf842fb 100644 --- a/forgeConfig.proto +++ b/forgeConfig.proto @@ -34,11 +34,12 @@ message ForgeConfig { // `autogenpb:nomutex` string goSrc = 13; // is ~/go/src unless a go.work file is found } -message ForgeConfigs { // `autogenpb:marshal` `autogenpb:nomutex` - string uuid = 1; // `autogenpb:uuid:1941cd4f-1cfd-4bf6-aa75-c2c391907e81` - string version = 2; // `autogenpb:version:v0.0.47` +message ForgeConfigs { // `autogenpb:marshal` `autogenpb:nomutex` + string uuid = 1; // `autogenpb:uuid:1941cd4f-1cfd-4bf6-aa75-c2c391907e81` + string version = 2; // `autogenpb:version:v0.0.47` repeated ForgeConfig ForgeConfigs = 3; - string username = 4; // what to use for the user branch (default ENV{USER}) - string xterm = 14; // what xterm the user wants as the default - repeated string xtermArgv = 15; // the argv line for xterm + string username = 4; // what to use for the user branch (default ENV{USER}) + string xterm = 5; // what xterm the user wants as the default + repeated string xtermArgv = 6; // the argv line for xterm + string defaultGui = 7; // default GUI plugin to use } |
