hmazter / laravel-schedule-list

Laravel package to add command to list all scheduled artisan commands
MIT License
94 stars 14 forks source link

Quotes not showing up in schedule:list #13

Closed syphernl closed 6 years ago

syphernl commented 6 years ago

My console command has an option that can support spaces (e.g. a name). The schedule:list command however never shows these quotes, neither single nor double quotes are being shown.

Command example: test:hello --name="John Doe"

shows up as:

test:hello --name=John Doe

But is executed as it is configured.