mirror of
https://github.com/httpie/cli.git
synced 2025-06-25 03:51:31 +02:00
Add a --quiet
example
This commit is contained in:
parent
1aa1366f99
commit
5ce7c190e9
@ -1219,7 +1219,12 @@ Quiet output
|
|||||||
|
|
||||||
``--quiet`` redirects all output that would otherwise go to ``stdout``
|
``--quiet`` redirects all output that would otherwise go to ``stdout``
|
||||||
and ``stderr`` (except for error messages) to ``/dev/null``.
|
and ``stderr`` (except for error messages) to ``/dev/null``.
|
||||||
This doesn’t affect output to a file via ``--output`` or ``--download``.
|
This doesn’t affect output to a file via ``--output`` or ``--download``:
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
|
# There will be no output:
|
||||||
|
$ http --quiet httpbin.org/post enjoy='the silence'
|
||||||
|
|
||||||
|
|
||||||
Viewing intermediary requests/responses
|
Viewing intermediary requests/responses
|
||||||
|
Loading…
x
Reference in New Issue
Block a user