setDescription('Displays this program license'); return $this; } protected function doExecute(InputInterface $input, OutputInterface $output) { $output->writeln(file_get_contents(__DIR__ . '/../../../../LICENSE')); return 0; } }