mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
CmdStart: Added implementaton notes
This commit is contained in:
parent
9f413f9d5d
commit
4a31bc4fdb
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue