un-nest curl
This commit is contained in:
23
curl-8.15.0/docs/cmdline-opts/styled-output.md
Normal file
23
curl-8.15.0/docs/cmdline-opts/styled-output.md
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
SPDX-License-Identifier: curl
|
||||
Long: styled-output
|
||||
Help: Enable styled output for HTTP headers
|
||||
Added: 7.61.0
|
||||
Category: verbose global
|
||||
Multi: boolean
|
||||
Scope: global
|
||||
See-also:
|
||||
- head
|
||||
- verbose
|
||||
Example:
|
||||
- --styled-output -I $URL
|
||||
---
|
||||
|
||||
# `--styled-output`
|
||||
|
||||
Enable automatic use of bold font styles when writing HTTP headers to the
|
||||
terminal. Use --no-styled-output to switch them off.
|
||||
|
||||
Styled output requires a terminal that supports bold fonts. This feature is
|
||||
not present on curl for Windows due to lack of this capability.
|
||||
Reference in New Issue
Block a user