This commit is contained in:
2026-05-22 12:51:57 +03:00
parent 2c6554883b
commit 8fb8851c72
2 changed files with 19 additions and 14 deletions

View File

@@ -42,6 +42,9 @@ int main(int argc, char* argv[])
cfg.dumpDefaultsToFile("eecc.cfg");
cfg.load("eecc.cfg");
cfg.save("eecc.cfg1");
try {
auto opt_result = options.parse(argc, argv);