em = $container->get('doctrine')->getManager(); } /** * {@inheritdoc} */ public function configure(): void { $this->setName('prometeo:screenshoots:generate'); $this->addArgument( 'folder', InputArgument::OPTIONAL, 'File with routes to capture' ) ; } /** * {@inheritdoc} */ public function execute(InputInterface $input, OutputInterface $output): void { } }