We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c0ab4 commit 7318f5fCopy full SHA for 7318f5f
CHANGES.rst
@@ -89,7 +89,8 @@ Released 2025-03-26
89
- A warning will be printed when something deprecated is used.
90
91
- Add a ``catch_exceptions`` parameter to ``CliRunner``. If
92
- ``catch_exceptions`` is not passed to ``CliRunner.invoke``,
+ ``catch_exceptions`` is not passed to ``CliRunner.invoke`` the value
93
+ from ``CliRunner`` is used.
94
the value from ``CliRunner``. :issue:`2817` :pr:`2818`
95
- ``Option.flag_value`` will no longer have a default value set based on
96
``Option.default`` if ``Option.is_flag`` is ``False``. This results in
0 commit comments