mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-09 18:50:39 +02:00
task <filter> export [<report>]
This commit is contained in:
parent
ef176478e9
commit
9ce366ddab
4 changed files with 169 additions and 4 deletions
|
@ -102,9 +102,11 @@ int CmdCustom::execute (std::string& output)
|
|||
if (reportFilter != "")
|
||||
Context::getContext ().cli2.addFilter (reportFilter);
|
||||
|
||||
// Apply filter.
|
||||
// Make sure reccurent tasks are generated.
|
||||
handleUntil ();
|
||||
handleRecurrence ();
|
||||
|
||||
// Apply filter.
|
||||
Filter filter;
|
||||
std::vector <Task> filtered;
|
||||
filter.subset (filtered);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue