You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install bat 0.23.0-3 and run command bat --paging=never --plain myfile.txt. Not paging as expected.
Install bat 0.24.0-2 and run command bat --paging=never --plain myfile.txt. Still paging.
This only happens when --paging=never is used together with --plain Workaround: Use -pp instead of --paging=never --plain
What steps will reproduce the bug?
I am using MinGW-x64
0.23.0-3
and run commandbat --paging=never --plain myfile.txt
. Not paging as expected.0.24.0-2
and run commandbat --paging=never --plain myfile.txt
. Still paging.This only happens when
--paging=never
is used together with--plain
Workaround: Use
-pp
instead of--paging=never --plain
How did you install
bat
?Download packages from msys2-mingw64-repo
bat version and environment
diagnostic-1.txt
The text was updated successfully, but these errors were encountered: