setName('version') ->setDescription('Display Kanboard version') ; } protected function execute(InputInterface $input, OutputInterface $output): int { $output->writeln(APP_VERSION); return 0; } }