Files
2017-11-14 15:04:59 +01:00

12 lines
638 B
XML

<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
<type name="Magento\Framework\Console\CommandList">
<arguments>
<argument name="commands" xsi:type="array">
<item name="debug" xsi:type="object">Wowow\Debug\Console\Command\DebugCommand</item>
<item name="configure" xsi:type="object">Wowow\Debug\Console\Command\ConfigureCommand</item>
<item name="logo" xsi:type="object">Wowow\Debug\Console\Command\LogoCommand</item>
</argument>
</arguments>
</type>
</config>