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.
2 parents b0c7944 + b8bdd77 commit 3b65756Copy full SHA for 3b65756
lib/internal/Magento/Framework/Console/README.md
@@ -8,7 +8,7 @@ For example we can introduce new command in module using di.xml:
8
<type name="Magento\Framework\Console\CommandList">
9
<arguments>
10
<argument name="commands" xsi:type="array">
11
- <item name="test_me" xsi:type="string">Magento\MyModule\Console\TestMeCommand</item>
+ <item name="test_me" xsi:type="object">Magento\MyModule\Console\TestMeCommand</item>
12
</argument>
13
</arguments>
14
</type>
0 commit comments