xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame] | 1 | c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. |
| 2 | SPDX-License-Identifier: curl |
| 3 | Long: styled-output |
| 4 | Help: Enable styled output for HTTP headers |
| 5 | Added: 7.61.0 |
| 6 | Category: verbose |
| 7 | Example: --styled-output -I $URL |
| 8 | See-also: head verbose |
| 9 | Multi: boolean |
| 10 | --- |
| 11 | Enables the automatic use of bold font styles when writing HTTP headers to the |
| 12 | terminal. Use --no-styled-output to switch them off. |
| 13 | |
| 14 | This option is global and does not need to be specified for each use of |
| 15 | --next. |