From 40830087dd9e9023dbcf75befe0ca9056127a064 Mon Sep 17 00:00:00 2001 From: Danny Sepler Date: Mon, 5 Jul 2021 12:33:40 -0400 Subject: enforce required flag --- CHANGES.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGES.rst') 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 -- cgit v1.2.1