1
0
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:
Oliver looney
2024-02-08 21:33:03 +00:00
parent a8d07333e9
commit 7ce010d9ed
4 changed files with 5 additions and 5 deletions

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