cli_select_item() will instanciate a CliMenu and return a selection. If the selection is aborted an exception of the given class will be thrown. |
||
|---|---|---|
| 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