CmdDefault: Added implementation notes

This commit is contained in:
Paul Beckingham 2016-03-17 16:43:47 -04:00
parent a8bf6e925e
commit c22da0c0a4

View file

@ -30,9 +30,11 @@
////////////////////////////////////////////////////////////////////////////////
int CmdDefault ()
{
// TODO Query database for currently active interval, obtain a summary and
// display the results.
std::cout << "# default\n";
// TODO Load the most recent interval.
// TODO Summarїze the info and display.
return 0;
}