EC/BN memleak

This commit is contained in:
whatdoineed2do/Ray
2023-09-25 12:05:23 +01:00
parent bf40bb6402
commit 5ba2dbddd4
2 changed files with 11 additions and 0 deletions

View File

@@ -85,6 +85,7 @@ class CLI {
public:
CLI(Options options, json keys);
~CLI();
static bool loadJSON(const fs::path& filename, json *output);
static void showHelp(char *argv[]);