prompts 1.3.1 prompts: ^1.3.1 copied to clipboard
Rich, simple, synchronous command-line prompt library for Dart.
1.3.1 #
- Completely disable interactive selection on Windows.
1.3.0 #
- Make
choose
only print options once, and instead addprompt
. - Add
names
tochoose
. conceal
wastrue
inchooseShorthand
; revert tofalse
.- Always use
AnsiCode.wrap
, to prevent "hanging colors." - Always heed the
color
flag. - Use VT100 codes for clearing lines, etc. (smoother, no jank)
1.2.0 #
- Add password reading options.
- Pin against Dart 2.
1.1.0 #
- Add pretty colors to
get
.
1.0.0 #
Initial version