Closed jessarcher closed 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.
func_get_args
Fixes #172
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