Skip to content

Commit 4ea8993

Browse files
committed
[LogicException] An option named "verbose" already exists.
1 parent b4b3bf9 commit 4ea8993

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/MagentoHackathon/Composer/Magento/Command/DeployCommand.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ protected function configure()
2323
->setName('magento-module-deploy')
2424
->setDescription('Deploy all Magento modules loaded via composer.json')
2525
->setDefinition(array(
26-
new InputOption('verbose', 'v', InputOption::VALUE_NONE, 'Show modified files for each directory that contains changes.'),
26+
// we dont need to define verbose, because composer already defined it internal
27+
//new InputOption('verbose', 'v', InputOption::VALUE_NONE, 'Show modified files for each directory that contains changes.'),
2728
))
2829
->setHelp(<<<EOT
2930
This command deploys all magento Modules

0 commit comments

Comments
 (0)