longyi c9405dd336 vendor 5 yıl önce
..
Exception c9405dd336 vendor 5 yıl önce
QuestionPerformer c9405dd336 vendor 5 yıl önce
Test c9405dd336 vendor 5 yıl önce
Cli.php c9405dd336 vendor 5 yıl önce
CommandList.php c9405dd336 vendor 5 yıl önce
CommandListInterface.php c9405dd336 vendor 5 yıl önce
CommandLocator.php c9405dd336 vendor 5 yıl önce
GenerationDirectoryAccess.php c9405dd336 vendor 5 yıl önce
README.md c9405dd336 vendor 5 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>