File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2626,8 +2626,10 @@ class Option(Parameter):
26262626 :param attrs: Other command arguments described in :class:`Parameter`.
26272627
26282628 .. versionchanged:: 8.3.0
2629- Fixed a regression where options with ``flag_value`` and ``is_flag=False`` incorrectly required an explicit argument.
2630- The documented behavior is restored: passing only the flag uses the ``flag_value`` as the option value.
2629+ Fixed a regression where options with ``flag_value`` and ``is_flag=False``
2630+ incorrectly required an explicit argument.
2631+ The documented behavior is restored: passing only the flag uses the ``flag_value``
2632+ as the option value.
26312633
26322634 .. versionchanged:: 8.2
26332635 ``envvar`` used with ``flag_value`` will always use the ``flag_value``,
You can’t perform that action at this time.
0 commit comments