Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin il y a 2 ans
..
Exception checkin il y a 2 ans
QuestionPerformer checkin il y a 2 ans
Test/Unit checkin il y a 2 ans
Cli.php checkin il y a 2 ans
CommandList.php checkin il y a 2 ans
CommandListInterface.php checkin il y a 2 ans
CommandLocator.php checkin il y a 2 ans
GenerationDirectoryAccess.php checkin il y a 2 ans
README.md checkin il y a 2 ans

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>