Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Added Multiline input

Compare
Choose a tag to compare
@AlecAivazis AlecAivazis released this 16 Nov 22:08
· 131 commits to master since this release
Added multiline input (#157)

* Added multiline input

* Test for multiline input

* Use of existing API to clear lines instead of escape sequence

* Multiline input example added to README

* multiline-input: change message to finish

* multiline-input: show the response in a new line

* MultilineInput renamed to Multiline

* README updated