1 2 3 4 5 6
//! # config //! //! The `config` module provides CLI utilities such as the CLI arguments parser and the Pretty table. /// `cli` provides the methods to initialize the CLI input (args) and output (table). pub mod cli;