mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Command: count
- Now generates recurring tasks. - Cleaned up unit tests.
This commit is contained in:
parent
eeb6479440
commit
0dd4e6d360
2 changed files with 10 additions and 19 deletions
|
@ -49,6 +49,7 @@ CmdCount::CmdCount ()
|
|||
int CmdCount::execute (std::string& output)
|
||||
{
|
||||
// Apply filter.
|
||||
handleRecurrence ();
|
||||
std::vector <Task> filtered;
|
||||
filter (filtered);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue