From 61e7cd786e5637b506b8901f5be53426f409834f Mon Sep 17 00:00:00 2001 From: Nicolas Beltran Date: Sat, 27 Jun 2020 11:33:10 -0500 Subject: [PATCH] Added a documentation entry and modified CHANGELOG --- CHANGELOG.rst | 1 + README.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1e23a1b9..e357ecc9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -11,6 +11,7 @@ This project adheres to `Semantic Versioning `_. * Added support for combining cookies specified on the CLI and in a session file (`#932`_). * Added out of the box SOCKS support with no extra installation (`#904`_). * Removed Tox testing entirely (`#943`_). +* Added a -quiet flag to enforce silent behaviour. `2.2.0`_ (2020-06-18) diff --git a/README.rst b/README.rst index 0972f19b..000939ae 100644 --- a/README.rst +++ b/README.rst @@ -1156,6 +1156,7 @@ be printed via several options: ``--verbose, -v`` Print the whole HTTP exchange (request and response). This option also enables ``--all`` (see below). ``--print, -p`` Selects parts of the HTTP exchange. +``--quiet, -q`` Doesn't print anything. ================= ===================================================== ``--verbose`` can often be useful for debugging the request and generating