1
0
Fork 0

Add 'info' alias for 'show' command

pull/3646/head
Alexander Schwenn 2015-01-15 22:33:31 +01:00
parent 8db7420f02
commit 395903863b
1 changed files with 1 additions and 0 deletions

View File

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