aboutsummaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/styled-output.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cmdline-opts/styled-output.md')
-rw-r--r--docs/cmdline-opts/styled-output.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/cmdline-opts/styled-output.md b/docs/cmdline-opts/styled-output.md
new file mode 100644
index 000000000..1df472aed
--- /dev/null
+++ b/docs/cmdline-opts/styled-output.md
@@ -0,0 +1,23 @@
+---
+c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
+SPDX-License-Identifier: curl
+Long: styled-output
+Help: Enable styled output for HTTP headers
+Added: 7.61.0
+Category: verbose
+Multi: boolean
+Scope: global
+See-also:
+ - head
+ - verbose
+Example:
+ - --styled-output -I $URL
+---
+
+# `--styled-output`
+
+Enables the automatic use of bold font styles when writing HTTP headers to the
+terminal. Use --no-styled-output to switch them off.
+
+Styled output requires a terminal that supports bold fonts. This feature is
+not present on curl for Windows due to lack of this capability.