CITGuru / PyInquirer

A Python module for common interactive command line user interfaces
MIT License
1.91k stars 235 forks source link

Fix message function not working #143

Open nabeelsherazi opened 3 years ago

nabeelsherazi commented 3 years ago

There is presently no code that checks if the message attribute is callable, and to call it to generate the message if so. This code fixes that and brings behavior in line with what is written in the README. Closes issue #96

tianshuang commented 1 year ago

I had the same problem and this PR needs to be merged.