setName('custom-plugin-command'); } protected function execute(InputInterface $input, OutputInterface $output): int { $output->writeln('Executing'); return 5; } }