2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-03-07 05:23:02 +00:00

fix: only show console color when supported

This commit is contained in:
Jan Laupetin
2025-11-30 16:28:35 +00:00
parent a4aaefa648
commit 7227772045
14 changed files with 108 additions and 29 deletions

View File

@@ -6,6 +6,7 @@
#include "Persistence/IDataRepository.h"
#include "Persistence/InMemory/InMemoryRepository.h"
#include "Printing/PrettyPrinter.h"
#include "Utils/Logging/Log.h"
#include "ZoneCodeGeneratorArguments.h"
#include <cstdio>
@@ -23,6 +24,8 @@ public:
int Run(const int argc, const char** argv) override
{
con::init();
auto shouldContinue = true;
if (!m_args.ParseArgs(argc, argv, shouldContinue))
return 1;