diff options
| author | Jeff Carr <[email protected]> | 2025-10-26 22:42:07 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-26 22:42:07 -0500 |
| commit | 15d011590f2d73fa82b1fe494fa57c8788e2cd43 (patch) | |
| tree | ffa99d7a001287572c9330e6dac0f4e9fdfec6b3 | |
| parent | a001ef4946201446ec79603171cb84c830484aad (diff) | |
add modes for CUSTOM and GOLANG
| -rw-r--r-- | forgeConfig.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/forgeConfig.proto b/forgeConfig.proto index 6956f99..df5e825 100644 --- a/forgeConfig.proto +++ b/forgeConfig.proto @@ -45,6 +45,8 @@ enum ForgeMode { USER = 4; // "work mode" NORMAL = 5; // "normal mode" // use this when you are developing code CLEAN = 6; // indicates "clean" was run + CUSTOM = 7; // reads config settings from a user defined directory + GOLANG = 8; // restricts repos to ~/go/src or a go.work directory } message ForgeConfigs { // `autogenpb:marshal` `autogenpb:nomutex` `autogenpb:gui` |
