Can remove breaklines after text output
olivierbaudouin opened this issue · 1 comments
olivierbaudouin commented
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
We have no plans to change this sorry.