Disable coloring and update cli lib

This commit is contained in:
2025-12-29 14:10:03 +01:00
parent ec6968fcb4
commit 6bac17863d
2 changed files with 3 additions and 3 deletions

View File

@@ -443,8 +443,8 @@ void LZ11Compress(const cf7::command::ArgumentList &data) {
} }
int main(int argc, char *argv[]) { int main(int argc, char *argv[]) {
cf7::fancy_print = true; cf7::fancy_print = false;
cf7::colors_supported = true; cf7::colors_supported = false;
cf7::arg_mgr mgr(argc, argv); cf7::arg_mgr mgr(argc, argv);
mgr.SetAppInfo("ctrff", "1.0.0"); mgr.SetAppInfo("ctrff", "1.0.0");
auto makesmdh_cmd = cf7::command("makesmdh", "Create a SMDH File"); auto makesmdh_cmd = cf7::command("makesmdh", "Create a SMDH File");