mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdDefault: Updated outline
This commit is contained in:
parent
538a40450d
commit
4c4684d6f5
1 changed files with 6 additions and 3 deletions
|
@ -30,10 +30,13 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
int CmdDefault ()
|
int CmdDefault ()
|
||||||
{
|
{
|
||||||
std::cout << "# default\n";
|
std::cout << "# default command, or current interval summary\n";
|
||||||
|
|
||||||
// TODO Load the most recent interval.
|
// TODO If there is a default command.
|
||||||
// TODO Summarїze the info and display.
|
// TODO Run it.
|
||||||
|
// TODO Else.
|
||||||
|
// 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