You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin преди 2 години
..
Exception checkin преди 2 години
QuestionPerformer checkin преди 2 години
Test/Unit checkin преди 2 години
Cli.php checkin преди 2 години
CommandList.php checkin преди 2 години
CommandListInterface.php checkin преди 2 години
CommandLocator.php checkin преди 2 години
GenerationDirectoryAccess.php checkin преди 2 години
README.md checkin преди 2 години

README.md

Console

This component contains Magento Cli and can be extended via DI configuration.

For example we can introduce new command in module using di.xml:

<type name="Magento\Framework\Console\CommandListInterface">
    <arguments>
        <argument name="commands" xsi:type="array">
            <item name="test_me" xsi:type="object">Magento\MyModule\Console\TestMeCommand</item>
        </argument>
    </arguments>
</type>