The "--views" option does not accept a value.
Artisan:Run Command make:auth
report this error: [CMD] php "e:\xxxx\front/artisan" make:auth --views= --force= [ERROR]
The "--views" option does not accept a value.
I have written a fix for this. I should have it live within a day or two.
I have realized that getting optional values is not set in in the command list when running php artisan list --format=json, so optional items will always get set.
This has now been published, however, due to what is returned in list --format=json it isn't 100% implemented.
I will leave this issue open in hopes that it will be resolved on laravel's end and this can get finished up.
Problem always here with the command php artisan serve when I pass empty arguments.


@Bricklou You can try and use the command Artisan: Start Server (Default Host and Port)
I see the issue within the code though. Thanks for reporting.
Marking issue as stale since there has'nt been any activity recently.