mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-14 17:03:50 +01:00
refactor: CliOpt -> config/core.rs
This commit is contained in:
parent
16fa4d45c1
commit
ee14666333
5 changed files with 169 additions and 163 deletions
3
src/config/mod.rs
Normal file
3
src/config/mod.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
mod core;
|
||||
|
||||
pub use self::core::{CliOpt, HintStyleCli};
|
||||
Loading…
Add table
Add a link
Reference in a new issue