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:
parent
8db7420f02
commit
395903863b
1 changed files with 1 additions and 0 deletions
|
@ -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'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue