laravel / prompts

Beautiful and user-friendly forms for your command-line PHP applications.
https://laravel.com/docs/prompts
MIT License
533 stars 94 forks source link

[0.x] Fix box spacing with Symfony named style tags #125

Closed jessarcher closed 8 months ago

jessarcher commented 8 months ago

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.

image

Reference: https://symfony.com/doc/current/console/coloring.html

Fixes #124