You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Symfony output style works pretty well, but some parts need improvements. For instance, the error(), info() etc methods use block() under the hood, which results in a big white space below each message.
Description
The Symfony output style works pretty well, but some parts need improvements. For instance, the
error()
,info()
etc methods useblock()
under the hood, which results in a big white space below each message.So instead of:
We need something like:
Example
No response
The text was updated successfully, but these errors were encountered: