CmdImport: Outlined processing

This commit is contained in:
Paul Beckingham 2016-03-19 09:36:59 -04:00
parent 19ed502475
commit 80c6c61cd9

View file

@ -31,6 +31,12 @@
int CmdImport ()
{
std::cout << "# import\n";
// TODO Load all data.
// TODO For each file.
// TODO Parse JSON.
// TODO Merge JSON and data.
return 0;
}