mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Filter
- rc.debug=1 propagates to Eval::debug. - Corrected comments.
This commit is contained in:
parent
899e65714a
commit
dea9d3f4ef
3 changed files with 9 additions and 2 deletions
|
@ -49,8 +49,8 @@ int CmdCount::execute (std::string& output)
|
|||
{
|
||||
// Apply filter.
|
||||
handleRecurrence ();
|
||||
std::vector <Task> filtered;
|
||||
Filter filter;
|
||||
std::vector <Task> filtered;
|
||||
filter.subset (filtered);
|
||||
context.tdb2.commit ();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue