|
vor 5 Jahren | |
---|---|---|
.. | ||
Exception | vor 5 Jahren | |
QuestionPerformer | vor 5 Jahren | |
Test | vor 5 Jahren | |
Cli.php | vor 5 Jahren | |
CommandList.php | vor 5 Jahren | |
CommandListInterface.php | vor 5 Jahren | |
CommandLocator.php | vor 5 Jahren | |
GenerationDirectoryAccess.php | vor 5 Jahren | |
README.md | vor 5 Jahren |
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>