mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-26 06:37:20 +02:00
CmdCustom
- Adds CLI::analyze call, for equivalence debugging.
This commit is contained in:
parent
3700d2df9f
commit
bcc7e30dfc
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ int CmdCustom::execute (std::string& output)
|
||||||
|
|
||||||
// Reparse after tree change.
|
// Reparse after tree change.
|
||||||
context.parser.parse ();
|
context.parser.parse ();
|
||||||
|
context.cli.analyze ();
|
||||||
|
|
||||||
// Apply filter.
|
// Apply filter.
|
||||||
handleRecurrence ();
|
handleRecurrence ();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue