mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdGaps: Outlined processing
This commit is contained in:
parent
80c6c61cd9
commit
ae0482905a
1 changed files with 7 additions and 0 deletions
|
@ -31,6 +31,13 @@
|
|||
int CmdGaps ()
|
||||
{
|
||||
std::cout << "# gaps\n";
|
||||
|
||||
// TODO Load all data.
|
||||
// TODO Apply filter.
|
||||
// TODO Invert the union exclusions and incluѕions
|
||||
// TODO For each interval
|
||||
// TODO Display
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue