We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2946c78 commit 39e26a2Copy full SHA for 39e26a2
setup/src/Magento/Setup/Console/Command/ModuleStatusCommand.php
@@ -57,7 +57,7 @@ protected function configure()
57
*/
58
protected function execute(InputInterface $input, OutputInterface $output)
59
{
60
- $moduleNames = $input->getArgument('module');
+ $moduleNames = $input->getArgument('module-names');
61
if (!empty($moduleNames)) {
62
foreach($moduleNames as $moduleName)
63
$this->showSpecificModule($moduleName, $output);
0 commit comments