CITGuru / PyInquirer

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

list default (fixes #67) #68

Closed duke79 closed 4 years ago

duke79 commented 5 years ago

To Allow default selection in list, as requested in #67

rafarui commented 4 years ago

This is working on master branch. Returning the "value" for the list will select that value.

https://github.com/CITGuru/PyInquirer/blob/master/PyInquirer/prompts/list.py#L62

CITGuru commented 4 years ago

@duke79 @paddie @rafarui @jtmoulia @lazee This has been tested and merged. Thanks for your contribution. Sorry for the delay.