CmdDefault: Updated outline

This commit is contained in:
Paul Beckingham 2016-03-19 13:08:30 -04:00
parent 538a40450d
commit 4c4684d6f5

View file

@ -30,8 +30,11 @@
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
int CmdDefault () int CmdDefault ()
{ {
std::cout << "# default\n"; std::cout << "# default command, or current interval summary\n";
// TODO If there is a default command.
// TODO Run it.
// TODO Else.
// TODO Load the most recent interval. // TODO Load the most recent interval.
// TODO Summarїze the info and display. // TODO Summarїze the info and display.