From f3d836b73601fc6d14cb917e1cd72f43b9056dff Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 17 May 2018 14:09:17 +0200 Subject: curl: added --styled-output It is enabled by default, so --no-styled-output will switch off the detection/use of bold headers. Closes #2538 --- docs/cmdline-opts/styled-output.d | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/cmdline-opts/styled-output.d (limited to 'docs/cmdline-opts/styled-output.d') 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. -- cgit v1.2.3