privates['.twig.command.debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:twig', [], 'Show a list of twig functions, filters, globals and tests', false, function () use ($container): \Symfony\Bridge\Twig\Command\DebugCommand { return ($container->privates['twig.command.debug'] ?? $container->load('getTwig_Command_DebugService')); }); } }