# `Safe.IO`
[🔗](https://github.com/erlang-solutions/safe-mix-plugin/blob/main/lib/mix/tasks/safe/io.ex#L1)

Terminal output helpers and interactive prompts for the SAFE Mix task.

- Status messages in bold green
- Error messages in bold red
- Interactive prompts in blue

# `bool_prompt`

Prints an interactive yes/no prompt and returns true if the user answers
"y", "yes", or presses Enter (case-insensitive). Returns false for "n",
"no", and other non-affirmative input.

# `print_error`

Prints a bold red error line.

# `print_info`

Prints a plain informational line (no colour).

# `print_status`

Prints a bold green status line (e.g. '* running SAFE fingerprint').

---

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