1
0
Fork 0

Merge pull request #3646 from xelaris/info-alias

Add 'info' alias for 'show' command
pull/3649/head
Jordi Boggiano 2015-01-16 11:01:09 +00:00
commit 6369dc871b
1 changed files with 1 additions and 0 deletions

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