laravel / prompts

Beautiful and user-friendly forms for your command-line PHP applications.
https://laravel.com/docs/prompts
MIT License
532 stars 94 forks source link

Fix default values not being passed #174

Closed jessarcher closed 1 month ago

jessarcher commented 1 month ago

This PR fixes an issue introduced in #102 where default arguments from the helper functions are not passed to the Prompt instance because func_get_args only includes passed arguments.

Fixes #172