laravel/prompts

Can remove breaklines after text output

olivierbaudouin opened this issue · 1 comments

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

We have no plans to change this sorry.