mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-14 17:48:14 +01:00
removed set_terminal_title arg from clap_app.rs since other boolean args aren't in clap_app.rs
This commit is contained in:
parent
e9a6aaa30f
commit
60e32cf823
@ -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'.",
|
"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(
|
app = app.arg(
|
||||||
|
Loading…
Reference in New Issue
Block a user