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:
+2
-1
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user