mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-16 09:53:50 +01:00
refactor: refactor
This commit is contained in:
parent
50391320ee
commit
58ceb190b6
4 changed files with 45 additions and 76 deletions
|
|
@ -66,9 +66,7 @@ pub struct CliOpt {
|
|||
// /// Which existing regexes to use.
|
||||
// #[clap(short = "x", long, arg_enum)]
|
||||
// regex_id: Vec<regexes::RegexId>,
|
||||
|
||||
// TODO: choose if pre-baked regexes is a good idea
|
||||
// TODO: check if compiled regexes are possible
|
||||
//
|
||||
/// Additional regex patterns.
|
||||
#[clap(short = "X", long)]
|
||||
custom_regex: Vec<String>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue