mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdClear: Outlined processing
This commit is contained in:
parent
e8f8aa4b34
commit
82a434a1bc
1 changed files with 8 additions and 0 deletions
|
@ -31,6 +31,14 @@
|
||||||
int CmdClear ()
|
int CmdClear ()
|
||||||
{
|
{
|
||||||
std::cout << "# clear\n";
|
std::cout << "# clear\n";
|
||||||
|
|
||||||
|
// TODO Parse interval.
|
||||||
|
// TODO Parser tags.
|
||||||
|
// TODO Load all data.
|
||||||
|
// TODO Apply filter.
|
||||||
|
// TODO For each interval.
|
||||||
|
// TODO Remove tags.
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue