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