// Copyright (c) 2021 Ethan Lerner, Caleb Cushing, and the Brix contributors
//
// This software is released under the MIT License.
// https://opensource.org/licenses/MIT
//! Module for all things relating to select prompts.
use Term;
use Select;
use BrixError;
/// Basic wrapper around the `dialoguer::Select` prompt with stdout.