Actions
Bug #102292
closedRespect the AsCommand `hidden` constructor argument
Status:
Closed
Priority:
Should have
Assignee:
Category:
CLI
Target version:
Start date:
2023-10-30
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Symfony's AsCommand attribute encodes `hidden = true` into
a trailing `|` for the name attribute. Drop that for our
command list and mark the command as hidden in the command
registry.
Actions