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