diff --git a/src/commands/CmdReport.cpp b/src/commands/CmdReport.cpp index ff9c572b..eed8414d 100644 --- a/src/commands/CmdReport.cpp +++ b/src/commands/CmdReport.cpp @@ -31,6 +31,14 @@ int CmdReport () { std::cout << "# report\n"; + + // TODO Load all data. + // TODO Apply filter. + // TODO Identify report. + // TODO Compose Header info. + // TODO Compose JSON. + // TODO Run report. + return 0; }