// Copyright (c) 2021 Ethan Lerner, Caleb Cushing, and the Brix contributors
//
// This software is released under the MIT License.
// https://opensource.org/licenses/MIT
//! # Brix CLI
//! Brix's main crate for handling the [clap](https://crates.io/crates/clap) application, some error formatting,
//! and various other terminal functionality.
use BrixError;
pub use clap_matches;
pub use ArgMatches;
pub use Config;