//! This example shows how you can customize the format of the prompts.
//!
//! Each promptable type accepts its own set of format rules. For example for
//! [written](ineed::written) inputs, you can provide a custom prefix for the user input (e.g. "> ").
//! However, you can't provide a custom position for the message, as this rule is specific for
//! [selectable](ineed::selected) prompts.
//!
//! You can find more about this [here](ineed::format).
use *;