regression: bat fails to page - will not read from stdin if no file (or -
) specified
#2572
Labels
bug
Something isn't working
-
) specified
#2572
bat
(no longer) reads fromstdin
if no file or-
is specified. This breaks mygit(1)
workflow.What steps will reproduce the bug?
What happens?
bat
doesn't page - the file is just dumped tostdout
a lacat(1)
.What did you expect to happen instead?
bat
should page the file.How did you install
bat
?$ git clone https://github.com/sharkdp/bat $ cargo install --path .
The text was updated successfully, but these errors were encountered: