Actions
Task #93425
closedAdapt for upcoming Symfony 5.3 console.command DI properties: description and hidden
Start date:
2021-02-03
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
See https://github.com/symfony/symfony/pull/39851
Example of new possible syntax as of symfony 5.3:
TYPO3\CMS\Core\Command\ExtensionListCommand:
tags:
- name: 'console.command'
command: 'extension:list'
description: 'Shows the list of extensions available to the system'
hidden: false
schedulable: false
Actions