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