CmdExport: Outlined processing

This commit is contained in:
Paul Beckingham 2016-03-19 09:36:46 -04:00
parent b48a02321e
commit 19ed502475

View file

@ -31,6 +31,11 @@
int CmdExport ()
{
std::cout << "# export\n";
// TODO Load all data.
// TODO Apply filter.
// TODO Compose JSON.
return 0;
}