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