mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-02 03:12:25 +01:00
added set_terminal_title arg to clap_app.rs to fix ci errors
This commit is contained in:
@@ -567,6 +567,13 @@ pub fn build_app(interactive_output: bool) -> Command {
|
||||
.action(ArgAction::SetTrue)
|
||||
.hide_short_help(true)
|
||||
.help("Show acknowledgements."),
|
||||
)
|
||||
.arg(
|
||||
Arg::new("set_terminal_title")
|
||||
.long("set_terminal_title")
|
||||
.action(ArgAction::SetTrue)
|
||||
.hide_short_help(true)
|
||||
.help("Sets terminal title to filenames when using a pager."),
|
||||
);
|
||||
|
||||
// Check if the current directory contains a file name cache. Otherwise,
|
||||
|
Reference in New Issue
Block a user