removed set_terminal_title arg from clap_app.rs since other boolean args aren't in clap_app.rs

This commit is contained in:
Oliver looney 2024-01-27 14:46:13 +00:00
parent e9a6aaa30f
commit 60e32cf823
No known key found for this signature in database
1 changed files with 0 additions and 6 deletions

View File

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