Skip to content

Commit 506d796

Browse files
author
Ivan Gavryshko
committed
MAGETWO-35133: Search for Commands
- fixed readme
1 parent 01e2ccf commit 506d796

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/Console

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Console/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ For example we can introduce new command in module using di.xml:
88
<type name="Magento\Framework\Console\CommandList">
99
<arguments>
1010
<argument name="commands" xsi:type="array">
11-
<item name="session_cleaner" xsi:type="string">Magento\MyModule\Console\TestMeCommand</item>
11+
<item name="test_me" xsi:type="string">Magento\MyModule\Console\TestMeCommand</item>
1212
</argument>
1313
</arguments>
1414
</type>

0 commit comments

Comments
 (0)