CmdReport: Outlined processing

This commit is contained in:
Paul Beckingham 2016-03-19 09:38:14 -04:00
parent 48f7ea2457
commit e17c2a2263

View file

@ -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;
}