mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdGaps: Added note about failure when no exclusions are defined
This commit is contained in:
parent
427e8c24b5
commit
b618269e2b
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@ int CmdGaps ()
|
|||
{
|
||||
std::cout << "[gaps: shows untracked gaps in the current day/week/month]\n";
|
||||
|
||||
// TODO If there are no exclusions defineѕ.
|
||||
// TODO Error
|
||||
|
||||
// TODO Load all data.
|
||||
// TODO Apply filter.
|
||||
// TODO Invert the union exclusions and incluѕions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue