1
0
mirror of https://github.com/httpie/cli.git synced 2026-04-24 19:53:55 +02:00

Add a --quiet example

This commit is contained in:
Jakub Roztocil
2020-08-15 15:33:24 +02:00
parent 1aa1366f99
commit 5ce7c190e9
+6 -1
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 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