mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-14 08:53:52 +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,7 +3,7 @@ use std::fs::OpenOptions;
|
|||
use std::io::prelude::*;
|
||||
use std::io::{self, Read};
|
||||
|
||||
use copyrat::{run, ui::Selection, CliOpt};
|
||||
use copyrat::{config::CliOpt, run, ui::Selection};
|
||||
|
||||
fn main() {
|
||||
let opt = CliOpt::parse();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue