get_options() and num_options used to work on all menu items, including blank spaces and headers. Now these work only on options, as they were originally intended |
||
|---|---|---|
| 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