This PR fixes a box spacing issue when using Symfony named style tags (E.g. <comment>...</comment>). Previously we only supported the fg, bg, and options tags.
Note that the tags are only stripped prior to calculating the width for the purposes of adding spaces to have the border line up. The formatting is preserved in the actual output.
This PR fixes a box spacing issue when using Symfony named style tags (E.g.
<comment>...</comment>
). Previously we only supported thefg
,bg
, andoptions
tags.Note that the tags are only stripped prior to calculating the width for the purposes of adding spaces to have the border line up. The formatting is preserved in the actual output.
Reference: https://symfony.com/doc/current/console/coloring.html
Fixes #124