import hwylterm/chooser let items = ["a","b","c"] let item = choose(items)
proc choose[T](things: openArray[T]; height: Natural = 6): seq[T]