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

Can remove breaklines after text output #101

Closed olivierbaudouin closed 10 months ago

olivierbaudouin commented 10 months ago

There are too newlines after text ouput. Is it possible to remove it?

CURRENT BEHAVIOR

php artisan some:prompt-command

output1

output2

output3

WANTED BEHAVIOR

php artisan some:prompt-command output1 output2 output3

driesvints commented 10 months ago

We have no plans to change this sorry.