HydrefLab/laravel-make-me

Add '--force' option for commands

Closed this issue · 1 comments

Almost all commands are missing --force option. Laravel recently fixed --force flag usage, so we should handle this as well.

Question is: add it to all input collectors or as a general flag for main make command?

Ah, most commands don't handle --force option. The ones that do, already collect --force option.