1
0
mirror of https://github.com/sharkdp/bat synced 2026-08-09 19:51:48 +00:00

Handle non-unicode characters in the preprocessor

This commit is contained in:
sharkdp
2019-08-31 19:30:24 +02:00
committed by David Peter
parent b48b9fcf3b
commit 82ca8804a2
4 changed files with 126 additions and 55 deletions
+2 -1
View File
@@ -172,7 +172,8 @@ pub fn build_app(interactive_output: bool) -> ClapApp<'static, 'static> {
.help("Show non-printable characters (space, tab, newline, ..).")
.long_help(
"Show non-printable characters like space, tab or newline. \
Use '--tabs' to control the width of the tab-placeholders.",
Use '--tabs' to control the width of the tab-placeholders. \
This option can also be used to print binary files.",
),
)
.arg(