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 01e2ccf commit 506d796Copy full SHA for 506d796
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="session_cleaner" xsi:type="string">Magento\MyModule\Console\TestMeCommand</item>
+ <item name="test_me" xsi:type="string">Magento\MyModule\Console\TestMeCommand</item>
12
</argument>
13
</arguments>
14
</type>
0 commit comments