laravel / forge-cli

The Laravel Forge CLI.
https://forge.laravel.com
MIT License
227 stars 35 forks source link

Avoids attempt to question when there is no answers available #33

Closed nunomaduro closed 3 years ago

nunomaduro commented 3 years ago

This pull request avoids the attempt to question the user when there is no answers available. This avoids a runtime exception when the user uses commands such as servers:switch, daemon:restart, etc.

Fixes #32