1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-10 17:12:51 +00:00

Improve consistency and formatting of verbose output for update/install

This commit is contained in:
Jordi Boggiano 2012-08-18 16:01:44 +02:00
parent 1aed88003f
commit 4d84f62cd9
8 changed files with 52 additions and 17 deletions

View file

@ -35,6 +35,7 @@ class InstallCommand extends Command
new InputOption('dev', null, InputOption::VALUE_NONE, 'Enables installation of dev-require packages.'),
new InputOption('no-custom-installers', null, InputOption::VALUE_NONE, 'Disables all custom installers.'),
new InputOption('no-scripts', null, InputOption::VALUE_NONE, 'Skips the execution of all scripts defined in composer.json file.'),
new InputOption('verbose', 'v', InputOption::VALUE_NONE, 'Shows more details including new commits pulled in when updating packages.'),
))
->setHelp(<<<EOT
The <info>install</info> command reads the composer.json file from the