forked from extern/httpie-cli
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…
Reference in New Issue
Block a user