Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin há 2 anos
..
Exception checkin há 2 anos
QuestionPerformer checkin há 2 anos
Test/Unit checkin há 2 anos
Cli.php checkin há 2 anos
CommandList.php checkin há 2 anos
CommandListInterface.php checkin há 2 anos
CommandLocator.php checkin há 2 anos
GenerationDirectoryAccess.php checkin há 2 anos
README.md checkin há 2 anos

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>