No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Ir al archivo
Sebastian Lohff 648d5c956e
Use option text as title if no value is given
hace 4 años
clintermission Use option text as title if no value is given hace 4 años
examples Add theme example hace 5 años
.gitignore Initial commit hace 5 años
LICENSE Initial commit hace 5 años
README.md Initial commit hace 5 años
requirements.txt Initial commit hace 5 años
setup.cfg Initial commit hace 5 años
setup.py Initial commit hace 5 años

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