Add a --quiet example

This commit is contained in:
Jakub Roztocil 2020-08-15 15:33:24 +02:00
parent 1aa1366f99
commit 5ce7c190e9

View File

@ -1219,7 +1219,12 @@ Quiet output
``--quiet`` redirects all output that would otherwise go to ``stdout``
and ``stderr`` (except for error messages) to ``/dev/null``.
This doesnt affect output to a file via ``--output`` or ``--download``.
This doesnt 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