setName('package') ->setDescription("Package the library into a zipball, or publish directly"); } protected function execute(InputInterface $input, OutputInterface $output): int { $output->writeln('Executing'); return 0; } }