styled-output.d 547 B

12345678910111213141516
  1. c: Copyright (C) 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. Scope: global
  11. ---
  12. Enables the automatic use of bold font styles when writing HTTP headers to the
  13. terminal. Use --no-styled-output to switch them off.
  14. Styled output requires a terminal that supports bold fonts. This feature is
  15. not present on curl for Windows due to lack of this capability.