25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 yıl önce
..
Exception checkin 2 yıl önce
QuestionPerformer checkin 2 yıl önce
Test/Unit checkin 2 yıl önce
Cli.php checkin 2 yıl önce
CommandList.php checkin 2 yıl önce
CommandListInterface.php checkin 2 yıl önce
CommandLocator.php checkin 2 yıl önce
GenerationDirectoryAccess.php checkin 2 yıl önce
README.md checkin 2 yıl önce

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>