Command: count
- Now generates recurring tasks. - Cleaned up unit tests.
This commit is contained in:
@@ -49,6 +49,7 @@ CmdCount::CmdCount ()
|
||||
int CmdCount::execute (std::string& output)
|
||||
{
|
||||
// Apply filter.
|
||||
handleRecurrence ();
|
||||
std::vector <Task> filtered;
|
||||
filter (filtered);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user