mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-27 12:16:25 +02:00
CmdDefault: Added implementation notes
This commit is contained in:
parent
a8bf6e925e
commit
c22da0c0a4
1 changed files with 4 additions and 2 deletions
|
@ -30,9 +30,11 @@
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
int CmdDefault ()
|
||||
{
|
||||
// TODO Query database for currently active interval, obtain a summary and
|
||||
// display the results.
|
||||
std::cout << "# default\n";
|
||||
|
||||
// TODO Load the most recent interval.
|
||||
// TODO Summarїze the info and display.
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue