mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-12 16:10:07 +01:00
refactor: remove tmux-specific option in core_config
This commit is contained in:
parent
ee14666333
commit
92507e66ce
1 changed files with 0 additions and 6 deletions
|
|
@ -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<path::PathBuf>,
|
||||
|
||||
/// 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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue