laravel / prompts

Beautiful and user-friendly forms for your command-line PHP applications.

Home Page:https://laravel.com/docs/prompts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can remove breaklines after text output

olivierbaudouin opened this issue · 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.