1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 08:32:56 +00:00

Add 'info' alias for 'show' command

This commit is contained in:
Alexander Schwenn 2015-01-15 22:33:31 +01:00
parent 8db7420f02
commit 395903863b

View file

@ -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'),