mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-27 12:16:25 +02:00
CmdContinue: Added implementation notes
This commit is contained in:
parent
ee351d33e3
commit
9f413f9d5d
1 changed files with 5 additions and 0 deletions
|
@ -31,6 +31,11 @@
|
|||
int CmdContinue ()
|
||||
{
|
||||
std::cout << "# continue\n";
|
||||
|
||||
// TODO Extract most recent interval.
|
||||
// TODO Verify the most recent interval is closed.
|
||||
// TODO Open an identical interval.
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue