cleanup protofile in total violaton of protobuf rules
This commit is contained in:
parent
9ec7b4394f
commit
3e4b1ddc83
|
@ -39,6 +39,7 @@ message ForgeConfigs { // `autogenpb:marshal` `autogenpb:nomutex`
|
||||||
string version = 2; // `autogenpb:version:v0.0.47`
|
string version = 2; // `autogenpb:version:v0.0.47`
|
||||||
repeated ForgeConfig ForgeConfigs = 3;
|
repeated ForgeConfig ForgeConfigs = 3;
|
||||||
string username = 4; // what to use for the user branch (default ENV{USER})
|
string username = 4; // what to use for the user branch (default ENV{USER})
|
||||||
string xterm = 14; // what xterm the user wants as the default
|
string xterm = 5; // what xterm the user wants as the default
|
||||||
repeated string xtermArgv = 15; // the argv line for xterm
|
repeated string xtermArgv = 6; // the argv line for xterm
|
||||||
|
string defaultGui = 7; // default GUI plugin to use
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue