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,10 +30,13 @@
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
int CmdDefault () int CmdDefault ()
{ {
std::cout << "# default\n"; std::cout << "# default command, or current interval summary\n";
// TODO Load the most recent interval. // TODO If there is a default command.
// TODO Summarїze the info and display. // TODO Run it.
// TODO Else.
// TODO Load the most recent interval.
// TODO Summarїze the info and display.
return 0; return 0;
} }