CITGuru / PyInquirer

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

'checked' is respected even when 'name' and 'value' don't jibe #64

Closed tjb1982 closed 4 years ago

tjb1982 commented 5 years ago

It seems the problem was that name was assumed to be equivalent to value in certain cases. I also did a little drive-by cleanup of the disabled conditional.

tjb1982 commented 5 years ago

this fixes #51