瀏覽代碼

Add 'info' alias for 'show' command

Alexander Schwenn 10 年之前
父節點
當前提交
395903863b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/Composer/Command/ShowCommand.php

+ 1 - 0
src/Composer/Command/ShowCommand.php

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