ponty / psidialogs

Python Simple Dialogs
BSD 2-Clause "Simplified" License
34 stars 2 forks source link

multi_choice does not work for console #1

Closed icemac closed 12 years ago

icemac commented 12 years ago

I did not find a way to choose more than one value when using multi_choice for the console backend.

ponty commented 12 years ago

Console backend has no implementation for multi_choice. The default implementation is a call to choice. I changed multi_choice so that comma separated list is accepted.

Example: 1,3