diff --git a/src/commands/CmdStart.cpp b/src/commands/CmdStart.cpp index faccc735..fbb34f84 100644 --- a/src/commands/CmdStart.cpp +++ b/src/commands/CmdStart.cpp @@ -31,6 +31,11 @@ int CmdStart () { std::cout << "# start\n"; + + // TODO Load the most recent interval. + // TODO If the interval is open, close it. + // TODO Create a new interval. + return 0; }