mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 13:37:20 +02:00
CmdCustom
- After injecting custom filter, re-parse.
This commit is contained in:
parent
d70df55c2d
commit
2e0b7c8052
1 changed files with 2 additions and 0 deletions
|
@ -95,6 +95,8 @@ int CmdCustom::execute (std::string& output)
|
||||||
t->tag ("FILTER");
|
t->tag ("FILTER");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
context.a3t.parse ();
|
||||||
|
|
||||||
context.a3.categorize ();
|
context.a3.categorize ();
|
||||||
context.a3.dump ("A3::categorize");
|
context.a3.dump ("A3::categorize");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue