Fix fancy console colors not working for extractor (#1316)

This commit is contained in:
ManDude
2022-04-18 02:48:11 +01:00
committed by GitHub
parent 79222cb82a
commit cbc6987351
+3 -1
View File
@@ -1,5 +1,5 @@
#include "third-party/CLI11.hpp"
#include "third-party/fmt/core.h"
#include "common/log/log.h"
#include "common/util/FileUtil.h"
#include "decompiler/Disasm/OpcodeInfo.h"
#include "decompiler/ObjectFile/ObjectFileDB.h"
@@ -133,6 +133,8 @@ int main(int argc, char** argv) {
bool flag_compile = false;
bool flag_play = false;
lg::initialize();
CLI::App app{"OpenGOAL Level Extraction Tool"};
app.add_option("game-files-path", data_dir_path,
"The path to the folder with the ISO extracted or the ISO itself")