styled-output.d 471 B

1234567891011121314
  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. ---
  10. Enables the automatic use of bold font styles when writing HTTP headers to the
  11. terminal. Use --no-styled-output to switch them off.
  12. This option is global and does not need to be specified for each use of
  13. --next.