1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 16:42:57 +00:00

Add alias to dump-autoload

This commit is contained in:
Jordi Boggiano 2012-08-18 14:33:34 +02:00
parent 5b4c6f6296
commit 756c7a04fd

View file

@ -27,6 +27,7 @@ class DumpAutoloadCommand extends Command
{
$this
->setName('dump-autoload')
->setAliases(array('dumpautoload'))
->setDescription('dumps the autoloader')
->setDefinition(array(
new InputOption('optimize', 'o', InputOption::VALUE_NONE, 'Optimizes PSR0 packages to be loaded with classmaps too, good for production.'),