From bcc7e30dfc1132fe5644612bf39fdb553cae7a87 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Fri, 31 Oct 2014 10:19:23 -0400 Subject: [PATCH] CmdCustom - Adds CLI::analyze call, for equivalence debugging. --- src/commands/CmdCustom.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/CmdCustom.cpp b/src/commands/CmdCustom.cpp index b6894de44..f0beabfd6 100644 --- a/src/commands/CmdCustom.cpp +++ b/src/commands/CmdCustom.cpp @@ -99,6 +99,7 @@ int CmdCustom::execute (std::string& output) // Reparse after tree change. context.parser.parse (); + context.cli.analyze (); // Apply filter. handleRecurrence ();