mirror of
https://github.com/httpie/cli.git
synced 2025-02-19 19:00:14 +02:00
Mention about levels in -v
This commit is contained in:
parent
c692669526
commit
0ebc9a7e09
@ -429,10 +429,10 @@ output_options.add_argument(
|
|||||||
action='count',
|
action='count',
|
||||||
default=0,
|
default=0,
|
||||||
help=f'''
|
help=f'''
|
||||||
Verbose output. Print the whole request as well as the response. Also print
|
Verbose output. For the level one (with single `-v`/`--verbose`), print
|
||||||
any intermediary requests/responses (such as redirects).
|
the whole request as well as the response. Also print any intermediary
|
||||||
It's a shortcut for: --all --print={''.join(BASE_OUTPUT_OPTIONS)}
|
requests/responses (such as redirects). For the second level and higher,
|
||||||
|
print these as well as the response metadata.
|
||||||
'''
|
'''
|
||||||
)
|
)
|
||||||
output_options.add_argument(
|
output_options.add_argument(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user