CmdCustom

- Adds CLI::analyze call, for equivalence debugging.
This commit is contained in:
Paul Beckingham 2014-10-31 10:19:23 -04:00
parent 3700d2df9f
commit bcc7e30dfc

View file

@ -99,6 +99,7 @@ int CmdCustom::execute (std::string& output)
// Reparse after tree change.
context.parser.parse ();
context.cli.analyze ();
// Apply filter.
handleRecurrence ();