1
0
mirror of https://github.com/sharkdp/bat synced 2026-08-05 19:11:42 +00:00

Using hypens instead of underscores for set-terminal-title command

This commit is contained in:
Oliver looney
2024-02-08 21:33:03 +00:00
parent a8d07333e9
commit 7ce010d9ed
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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()