markfink / whaaaaat

Inquirer.js port to Python (https://www.npmjs.com/package/inquirer). people blame me for staling this project. I do not have time to work on this right now - whaaaaat do you want me to do? take it offline?
MIT License
83 stars 9 forks source link

List: redundant line spaces before the list get printed #24

Open lm-lily opened 5 years ago

lm-lily commented 5 years ago

Hi, thank you for the useful and awesome package! I found a small issue with the list and hope to get an advice to solve the problem.

There are many line spaces before the list is printed when running list.py example (https://github.com/finklabs/whaaaaat/blob/develop/examples/list.py).

Is it possible to get rid of these redundant line spaces?

1

CITGuru commented 5 years ago

You should look at PyInquirer, which has this issue fixed. https://github.com/CITGuru/PyInquirer