From 4c4684d6f502d60ef9eef94950b6aa417ce4a2b6 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 19 Mar 2016 13:08:30 -0400 Subject: [PATCH] CmdDefault: Updated outline --- src/commands/CmdDefault.cpp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/commands/CmdDefault.cpp b/src/commands/CmdDefault.cpp index 920bfd21..3d7d564a 100644 --- a/src/commands/CmdDefault.cpp +++ b/src/commands/CmdDefault.cpp @@ -30,10 +30,13 @@ //////////////////////////////////////////////////////////////////////////////// int CmdDefault () { - std::cout << "# default\n"; + std::cout << "# default command, or current interval summary\n"; - // TODO Load the most recent interval. - // TODO Summarїze the info and display. + // TODO If there is a default command. + // TODO Run it. + // TODO Else. + // TODO Load the most recent interval. + // TODO Summarїze the info and display. return 0; }