mirror of
https://github.com/httpie/cli.git
synced 2024-11-25 17:23:25 +01:00
Added a documentation entry and modified CHANGELOG
This commit is contained in:
parent
4bd2e622a5
commit
61e7cd786e
@ -11,6 +11,7 @@ This project adheres to `Semantic Versioning <https://semver.org/>`_.
|
|||||||
* Added support for combining cookies specified on the CLI and in a session file (`#932`_).
|
* Added support for combining cookies specified on the CLI and in a session file (`#932`_).
|
||||||
* Added out of the box SOCKS support with no extra installation (`#904`_).
|
* Added out of the box SOCKS support with no extra installation (`#904`_).
|
||||||
* Removed Tox testing entirely (`#943`_).
|
* Removed Tox testing entirely (`#943`_).
|
||||||
|
* Added a -quiet flag to enforce silent behaviour.
|
||||||
|
|
||||||
|
|
||||||
`2.2.0`_ (2020-06-18)
|
`2.2.0`_ (2020-06-18)
|
||||||
|
@ -1156,6 +1156,7 @@ be printed via several options:
|
|||||||
``--verbose, -v`` Print the whole HTTP exchange (request and response).
|
``--verbose, -v`` Print the whole HTTP exchange (request and response).
|
||||||
This option also enables ``--all`` (see below).
|
This option also enables ``--all`` (see below).
|
||||||
``--print, -p`` Selects parts of the HTTP exchange.
|
``--print, -p`` Selects parts of the HTTP exchange.
|
||||||
|
``--quiet, -q`` Doesn't print anything.
|
||||||
================= =====================================================
|
================= =====================================================
|
||||||
|
|
||||||
``--verbose`` can often be useful for debugging the request and generating
|
``--verbose`` can often be useful for debugging the request and generating
|
||||||
|
Loading…
Reference in New Issue
Block a user