CmdClear: Outlined processing

This commit is contained in:
Paul Beckingham 2016-03-19 09:36:17 -04:00
parent e8f8aa4b34
commit 82a434a1bc

View file

@ -31,6 +31,14 @@
int CmdClear ()
{
std::cout << "# clear\n";
// TODO Parse interval.
// TODO Parser tags.
// TODO Load all data.
// TODO Apply filter.
// TODO For each interval.
// TODO Remove tags.
return 0;
}