Merge pull request #2589 from staabm/patch-1
added a indicator in the info-message on --optimizepull/2592/head
commit
b20021cc6a
|
@ -41,7 +41,11 @@ EOT
|
||||||
|
|
||||||
protected function execute(InputInterface $input, OutputInterface $output)
|
protected function execute(InputInterface $input, OutputInterface $output)
|
||||||
{
|
{
|
||||||
|
if ($input->getOption('optimize')) {
|
||||||
|
$output->writeln('<info>Generating optimized autoload files</info>');
|
||||||
|
} else {
|
||||||
$output->writeln('<info>Generating autoload files</info>');
|
$output->writeln('<info>Generating autoload files</info>');
|
||||||
|
}
|
||||||
|
|
||||||
$composer = $this->getComposer();
|
$composer = $this->getComposer();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue