1--- 2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3SPDX-License-Identifier: curl 4Long: styled-output 5Help: Enable styled output for HTTP headers 6Added: 7.61.0 7Category: verbose global 8Multi: boolean 9Scope: global 10See-also: 11 - head 12 - verbose 13Example: 14 - --styled-output -I $URL 15--- 16 17# `--styled-output` 18 19Enable automatic use of bold font styles when writing HTTP headers to the 20terminal. Use --no-styled-output to switch them off. 21 22Styled output requires a terminal that supports bold fonts. This feature is 23not present on curl for Windows due to lack of this capability. 24