1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-30 18:11:44 +00:00

docs: amend man page (style modifies cat-like piping)

This commit is contained in:
Louis Maddox
2025-10-17 10:18:58 +01:00
parent 7eedc0f854
commit 200924772f
3 changed files with 10 additions and 7 deletions
+4 -3
View File
@@ -299,9 +299,10 @@ pub fn build_app(interactive_output: bool) -> Command {
.help("When to show the decorations (*auto*, never, always).")
.long_help(
"Specify when to use the decorations that have been specified \
via '--style'. The automatic mode only enables decorations if \
an interactive terminal is detected. Possible values: *auto*, never, always.",
),
via '--style'. The automatic mode only enables decorations if \
an interactive terminal is detected. The always mode will show \
decorations even when piping output. Possible values: *auto*, never, always.",
)
)
.arg(
Arg::new("force-colorization")