CITGuru / PyInquirer

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

Add usage of checkbox answers validator #117

Closed Djkusik closed 3 years ago

Djkusik commented 4 years ago

Validator wasn't used after choosing answers - added usage of that, which resets CLI and prompts an error next to Instructions. As I think BottomBar could be a better option to signal an error, this is the working fix which could be then replaced.