-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Closed
Labels
BugConsoleHelp wantedIssues and PRs which are looking for volunteers to complete them.Issues and PRs which are looking for volunteers to complete them.Status: Waiting feedback
Description
Symfony version(s) affected
6.1.6
Description
When a completely wrong command is entered, the error message is displayed correctly(as block).
When a command is entered with an error in the one letter and the console offers its own version of the command, the error message is displayed strangely, it seems that instead of
formatBlock($errorMessages, 'error', true);
you call some wrong code, so that the red color instead of a block spreads over the entire terminal.
How to reproduce
1.register one command 'clear-cache'
2.run with error 'console clear-cashe'
Possible Solution
No response
Additional Context
No response
Metadata
Metadata
Assignees
Labels
BugConsoleHelp wantedIssues and PRs which are looking for volunteers to complete them.Issues and PRs which are looking for volunteers to complete them.Status: Waiting feedback