Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Go to file
Sebastian Lohff 648d5c956e
Use option text as title if no value is given
4 år sedan
clintermission Use option text as title if no value is given 4 år sedan
examples Add theme example 5 år sedan
.gitignore Initial commit 5 år sedan
LICENSE Initial commit 5 år sedan
README.md Initial commit 5 år sedan
requirements.txt Initial commit 5 år sedan
setup.cfg Initial commit 5 år sedan
setup.py Initial commit 5 år sedan

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