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
Not sure if it is caused by this repository so please feel free to move or close this issue if needed.
When running symfony server:list, the length of Port column doesn't match the content length:
This is working fine when running with --no-ansi:
I believe it's caused by the length calculation including the http:/127.0.0.1:8000 Terminal Hyperlink embedded in the table content. Special formatting characters (like colours and hyperlinks) should be ignored when determining the content length for tables.
The text was updated successfully, but these errors were encountered:
The issue is caused by the fact that the package used to format tables only account for the whole string size (see symfony-cli/symfony-cli#10 for more information).
Also, see symfony-cli/symfony-cli#224 for a way to "inject" the fix in the vendor while waiting for an upstream merge if you directly use this library.
Not sure if it is caused by this repository so please feel free to move or close this issue if needed.
When running
symfony server:list
, the length ofPort
column doesn't match the content length:This is working fine when running with
--no-ansi
:I believe it's caused by the length calculation including the
http:/127.0.0.1:8000
Terminal Hyperlink embedded in the table content. Special formatting characters (like colours and hyperlinks) should be ignored when determining the content length for tables.The text was updated successfully, but these errors were encountered: