//! Structures and utility functions to build the command line interface of `yozefu`.
//! It relies on the [`clap`](https://crates.io/crates/clap) crate.
pub use Parser;
pub use Cli;
pub use Cluster;
pub use GlobalArgs;
pub use TuiError;
pub use APPLICATION_NAME;
//pub fn read_config() -> Result<GlobalConfig, Error> {
// GlobalConfig::read(&GlobalConfig::path()?)
//}