Add 'info' alias for 'show' command
parent
8db7420f02
commit
395903863b
|
@ -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'),
|
||||||
|
|
Loading…
Reference in New Issue