varabyte / kotter

A declarative, Kotlin-idiomatic API for writing dynamic console applications.
Apache License 2.0
567 stars 16 forks source link

Document advanced input() cases #80

Closed bitspittle closed 1 year ago

bitspittle commented 2 years ago

The README covers a very simple (and hopefully common!) input flow -- one input per section.

However, multiple input() calls per section are allowed as long as you only set one active at a time and give each input call its own ID. This is a kind of hidden feature right now so it is probably worth calling it out.

At the very least, the input example demonstrates it, so there's that.

bitspittle commented 1 year ago

(Did this at some point)