mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdExport: Outlined processing
This commit is contained in:
parent
b48a02321e
commit
19ed502475
1 changed files with 5 additions and 0 deletions
|
@ -31,6 +31,11 @@
|
||||||
int CmdExport ()
|
int CmdExport ()
|
||||||
{
|
{
|
||||||
std::cout << "# export\n";
|
std::cout << "# export\n";
|
||||||
|
|
||||||
|
// TODO Load all data.
|
||||||
|
// TODO Apply filter.
|
||||||
|
// TODO Compose JSON.
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue