addArgument( 'name', InputArgument::REQUIRED, 'The name of the project (as used when running spin:up).' ); } protected function execute(InputInterface $input, OutputInterface $output): int { if (parent::execute($input, $output)) { return Command::FAILURE; } return Command::SUCCESS; } }