Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
Vai al file
Sebastian Lohff 9b833db364
Check type of options passed to __init__
4 anni fa
clintermission Check type of options passed to __init__ 4 anni fa
examples Add theme example 5 anni fa
.gitignore Initial commit 5 anni fa
LICENSE Initial commit 5 anni fa
README.md Initial commit 5 anni fa
requirements.txt Initial commit 5 anni fa
setup.cfg Initial commit 5 anni fa
setup.py Initial commit 5 anni fa

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