mtrajano / laravel-swagger

Auto generates the swagger documentation of a laravel project based on best practices and simple assumptions
167 stars 71 forks source link

Command option --filter is broken #48

Open nickpoulos opened 4 years ago

nickpoulos commented 4 years ago

Description:

It seems that the --filter option is broken. I am getting an error: "The "--filter" option does not exist" after running -

php artisan laravel-swagger:generate --filter="/ads"

I tried with and without surrounding quotes.

Screen Shot 2020-05-28 at 5 02 19 PM