mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-29 10:03:26 +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 ()
|
int CmdDefault ()
|
||||||
{
|
{
|
||||||
// TODO Query database for currently active interval, obtain a summary and
|
|
||||||
// display the results.
|
|
||||||
std::cout << "# default\n";
|
std::cout << "# default\n";
|
||||||
|
|
||||||
|
// TODO Load the most recent interval.
|
||||||
|
// TODO Summarїze the info and display.
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue