mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Dispatch: All commands now return the exit status
This commit is contained in:
parent
2fbe57fdd0
commit
b0911ca240
13 changed files with 43 additions and 32 deletions
|
@ -28,11 +28,12 @@
|
|||
#include <iostream>
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
void CmdDefault ()
|
||||
int CmdDefault ()
|
||||
{
|
||||
// TODO Query database for currently active interval, obtain a summary and
|
||||
// display the results.
|
||||
std::cout << "# default\n";
|
||||
return 0;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue