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 ();