From 60e32cf8237abf96b3d6dc78de35b8e904b015f1 Mon Sep 17 00:00:00 2001
From: Oliver looney <oliverjlooney@gmail.com>
Date: Sat, 27 Jan 2024 14:46:13 +0000
Subject: [PATCH] removed set_terminal_title arg from clap_app.rs since other
 boolean args aren't in clap_app.rs

---
 src/bin/bat/clap_app.rs | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/bin/bat/clap_app.rs b/src/bin/bat/clap_app.rs
index ba463996..e8222a1d 100644
--- a/src/bin/bat/clap_app.rs
+++ b/src/bin/bat/clap_app.rs
@@ -168,12 +168,6 @@ pub fn build_app(interactive_output: bool) -> Command {
                             "Include N lines of context around added/removed/modified lines when using '--diff'.",
                         ),
                 )
-            .arg(
-                Arg::new("set_terminal_title")
-                    .long("set_terminal_title")
-                    .action(ArgAction::SetTrue)
-                    .help("Sets terminal title when using a pager")
-                    .long_help("Sets terminal title to filenames when using a pager."),)
     }
 
     app = app.arg(