# `Igniter.Util.IO`
[🔗](https://github.com/ash-project/igniter/blob/v0.8.3/lib/igniter/util/io.ex#L5)

Helpers for working with input/output

# `select`

Prompts the user to select from a list, repeating until an item is selected

## Options

- `display`: A function that takes an item and returns a string to display

# `yes?`

Prompts the user for yes or no, repeating the prompt until a satisfactory answer is given

---

*Consult [api-reference.md](api-reference.md) for complete listing*
