mirror of
https://github.com/httpie/cli.git
synced 2025-06-24 19:41:23 +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``
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user