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,9 +28,10 @@
|
|||
#include <iostream>
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
void CmdExport ()
|
||||
int CmdExport ()
|
||||
{
|
||||
std::cout << "# export\n";
|
||||
return 0;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue