mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-15 17:33:51 +01:00
4 lines
55 B
Rust
4 lines
55 B
Rust
|
|
mod core;
|
||
|
|
|
||
|
|
pub use self::core::{CliOpt, HintStyleCli};
|