refactor: refactor

This commit is contained in:
graelo 2020-05-28 09:24:33 +02:00
parent 50391320ee
commit 58ceb190b6
4 changed files with 45 additions and 76 deletions

View file

@ -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>,