Overrides Command::configure
protected function configure() : void { $this->setName('about') ->setDescription('Shows a short information about Composer') ->setHelp(<<<EOT <info>php composer.phar about</info> EOT ); }