I use Laravel 8 in a project with Tests. I wrote a custom artisan command which runs the test command and mails its output to a mail address. Unfortunately, in the output there are ANSI sequences. If I try to run the command "php artisan test --no-ansi", I get the response "Unknown option "--no-ansi"". Has anyone a tip?