refactor: CliOpt -> config/core.rs

This commit is contained in:
graelo 2021-03-21 07:12:14 +01:00
parent 16fa4d45c1
commit ee14666333
5 changed files with 169 additions and 163 deletions

3
src/config/mod.rs Normal file
View file

@ -0,0 +1,3 @@
mod core;
pub use self::core::{CliOpt, HintStyleCli};