mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-01 10:52:24 +01:00
Using hypens instead of underscores for set-terminal-title command
This commit is contained in:
@@ -927,7 +927,7 @@ fn pager_set_terminal_title() {
|
||||
bat()
|
||||
.env("PAGER", mocked_pagers::from("echo pager-output"))
|
||||
.arg("--paging=always")
|
||||
.arg("--set_terminal_title")
|
||||
.arg("--set-terminal-title")
|
||||
.arg("test.txt")
|
||||
.assert()
|
||||
.success()
|
||||
|
Reference in New Issue
Block a user