Closed olivierbaudouin closed 10 months ago
There are too newlines after text ouput. Is it possible to remove it?
php artisan some:prompt-command
output1
output2
output3
php artisan some:prompt-command output1 output2 output3
We have no plans to change this sorry.
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