summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorDanny Sepler <dannysepler@gmail.com>2021-07-05 12:33:40 -0400
committerDavid Lord <davidism@gmail.com>2022-02-20 11:08:18 -0800
commit40830087dd9e9023dbcf75befe0ca9056127a064 (patch)
treec0550260fe4a4e1f8229638425bd6221dec676b3 /CHANGES.rst
parent422cb2064eed146dbe03ba3aed5be35daeb70414 (diff)
downloadclick-40830087dd9e9023dbcf75befe0ca9056127a064.tar.gz
enforce required flag
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index a01dd43..35307d4 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -31,6 +31,8 @@ Version 8.1.0
cleaned the same as using the ``@option`` and ``@command``
decorators does. A command's ``epilog`` and ``short_help`` are also
processed. :issue:`1985`
+- A flag option with ``required=True`` requires that the flag is
+ passed instead of choosing the implicit default value. :issue:`1978`
Version 8.0.4