25개 이상의 토픽을 선택하실 수 없습니다. 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>