setDescription($messages['start_desc']); $this->addOption('daemon', 'd', InputOption::VALUE_NONE, $messages['daemon_option']); } /** * @param InputInterface $input * @param OutputInterface $output * @return int */ protected function execute(InputInterface $input, OutputInterface $output): int { return $this->executeServiceCommand(); } }