CITGuru / PyInquirer

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

Multiline Messages #177

Open rahulreddy15 opened 2 years ago

rahulreddy15 commented 2 years ago

PyInquirer only allows messages to be a single line. ( questions ) A useful improvement would be making messages multiline. i.e passing array of strings which are displayed in the terminal window line by line.