CmdStart: Added implementaton notes

This commit is contained in:
Paul Beckingham 2016-03-17 16:41:14 -04:00
parent 9f413f9d5d
commit 4a31bc4fdb

View file

@ -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;
}