aboutsummaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/styled-output.d
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-05-17 14:09:17 +0200
committerDaniel Stenberg <daniel@haxx.se>2018-05-21 20:29:12 +0200
commitf3d836b73601fc6d14cb917e1cd72f43b9056dff (patch)
treea4d06b40b339620f6272c8c2c6581585288c0229 /docs/cmdline-opts/styled-output.d
parentc1c27625c797cfb7b21128484b4990446c1e92d9 (diff)
curl: added --styled-output
It is enabled by default, so --no-styled-output will switch off the detection/use of bold headers. Closes #2538
Diffstat (limited to 'docs/cmdline-opts/styled-output.d')
-rw-r--r--docs/cmdline-opts/styled-output.d6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/cmdline-opts/styled-output.d b/docs/cmdline-opts/styled-output.d
new file mode 100644
index 000000000..e4751aecb
--- /dev/null
+++ b/docs/cmdline-opts/styled-output.d
@@ -0,0 +1,6 @@
+Long: styled-output
+Help: Enable styled output for HTTP headers
+Added: 7.61.0
+---
+Enables the automatic use of bold font styles when writing HTTP headers to the
+terminal. Use --no-styled-output to switch them off.