php / pie

The PHP Installer for Extensions
115 stars 2 forks source link

Improve terminal window width awareness #14

Open asgrim opened 1 month ago

asgrim commented 1 month ago

Reported on #11 by @derickr

It seems the UI is not aware of the size of my terminal window, and it does not wrap text appropriately — this is particularly annoying with the help output.

pie

Investigate if symfony/console has a way to improve the wrapping / formatting

stof commented 1 month ago

This will be improved (without any change in PIE) once https://github.com/symfony/symfony/issues/43081#issuecomment-1952359796 is solved in symfony/console

asgrim commented 1 month ago

This will be improved (without any change in PIE) once symfony/symfony#43081 (comment) is solved in symfony/console

Thanks @stof - that saves me a bit of digging!