setHelp('Test'); } protected function execute(InputInterface $input, OutputInterface $output): int { $output->writeln("test"); return Command::SUCCESS; } }