File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,6 +49,8 @@ Unreleased
4949 :issue: `3043 `
5050- Add :class: `NoSuchCommand ` exception with suggestions for misspelled
5151 commands. :issue: `3107 ` :pr: `3228 `
52+ - Add ``click.get_pager_file `` for file-like access to an output
53+ pager. :pr: `1572 `
5254
5355Version 8.3.3
5456-------------
@@ -262,8 +264,6 @@ Released 2025-05-10
262264 allows the user to search for future output of the generator when
263265 using less and then aborting the program using ctrl-c.
264266
265- - Add ``click.get_pager_file `` for file-like access to an output
266- pager. :pr: `1572 `
267267- ``deprecated: bool | str `` can now be used on options and arguments. This
268268 previously was only available for ``Command ``. The message can now also be
269269 customised by using a ``str `` instead of a ``bool ``. :issue: `2263 ` :pr: `2271 `
You can’t perform that action at this time.
0 commit comments