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