CITGuru / PyInquirer

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

'short' key is not used in choice dictionaries #10

Open jknielse opened 5 years ago

jknielse commented 5 years ago

Howdy,

Loving the module; it's super helpful to have an easy-to-use question interface for building tooling scripts. I did notice that despite the README that mentions the 'short' value should be displayed after a choice is made in a checkbox or list inquiry, but it looks like it's not actually used.

It'd be great to add that in. In some cases I want to display a fair amount of contextual information when the user is making a selection, but printing those post-selection is a bit too verbose. I'm a bit swamped right now, so if you've got the bandwidth/desire it'd be nice to get that fixed, but once I'm out of the woods I can certainly whip up a PR

Either way, thanks for making this module and making it available to everyone!

CITGuru commented 5 years ago

Hello, thanks for this. Its our TODO list. We'll surely be glad, if you'd help us with. But in the main time, I'll try to take time and study it. :+1:

timharris777 commented 5 years ago

I just ran into this issue. I'll see if I, or someone on my team, can fix this and send you a pull request.

CITGuru commented 5 years ago

Cool @timharris777