Sebastian Lohff
648d5c956e
If the user only supplys a text for the option we used to return None as item value. Now we return the text, so the user can easily get the value back if they want to process it further and not only work with the given option index (or supply the item twice). |
||
---|---|---|
clintermission | ||
examples | ||
.gitignore | ||
LICENSE | ||
README.md | ||
requirements.txt | ||
setup.cfg | ||
setup.py |
README.md
CLI-Intermission
Tool to easily ask your user questions on the commandline. Interactive!
...by abusing python prompt-toolkit's Buffer
class.
Highly inspired by go promptui