CITGuru / PyInquirer

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

correct prompt() issues #147

Open cjerrington opened 3 years ago

cjerrington commented 3 years ago

Needed to change prompt.prompt() to just prompt() current raised an error.
answers = prompt.prompt(questions, style=custom_style_3) AttributeError: 'function' object has no attribute 'prompt'