diff options
| author | Daniel Gavin <danielgavin5@hotmail.com> | 2021-12-26 21:01:44 +0100 |
|---|---|---|
| committer | Daniel Gavin <danielgavin5@hotmail.com> | 2021-12-26 21:01:44 +0100 |
| commit | c2ae4fa39744087ca34f6201dcf0e5707eb2758d (patch) | |
| tree | d7766740c4c6387f92f00f23eb93216dd8edbe56 /src/common | |
| parent | cc0415c049f9bff9a13acc67256552a782f3fd7a (diff) | |
Add odin_command config
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/config.odin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/config.odin b/src/common/config.odin index e80d752..e3da120 100644 --- a/src/common/config.odin +++ b/src/common/config.odin @@ -18,6 +18,7 @@ Config :: struct { thread_count: int, file_log: bool, formatter: Format_Config, + odin_command: string, } Format_Config :: struct { |