Explorar el Código

Add 'info' alias for 'show' command

Alexander Schwenn hace 10 años
padre
commit
395903863b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/Composer/Command/ShowCommand.php

+ 1 - 0
src/Composer/Command/ShowCommand.php

@@ -41,6 +41,7 @@ class ShowCommand extends Command
     {
         $this
             ->setName('show')
+            ->setAliases(array('info'))
             ->setDescription('Show information about packages')
             ->setDefinition(array(
                 new InputArgument('package', InputArgument::OPTIONAL, 'Package to inspect'),