From 92507e66ce378d1b213f2a732dbd239ff8db4026 Mon Sep 17 00:00:00 2001 From: graelo Date: Sun, 21 Mar 2021 07:18:35 +0100 Subject: [PATCH] refactor: remove tmux-specific option in core_config --- src/config/core.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/config/core.rs b/src/config/core.rs index 9022f56..9e3795e 100644 --- a/src/config/core.rs +++ b/src/config/core.rs @@ -72,12 +72,6 @@ pub struct CliOpt { /// Optional target path where to store the selected matches. #[clap(short = 'o', long = "output", parse(from_os_str))] pub target_path: Option, - - /// Describes if the uppercased marker should be added to the output, - /// indicating if hint key was uppercased. This is only used by - /// tmux-copyrat, so it is hidden (skipped) from the CLI. - #[clap(skip)] - pub uppercased_marker: bool, } /// Type introduced due to parsing limitation,