From 27c4ce4ba24aa2787dd0a679f8155e3a66a9b4e4 Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Fri, 24 Jan 2020 13:45:55 -0500 Subject: [PATCH] Add versionadded for Context(show_default) #1018 --- click/core.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/click/core.py b/click/core.py index 3c57a3653..bf771f570 100644 --- a/click/core.py +++ b/click/core.py @@ -154,6 +154,9 @@ class Context(object): Added the `color`, `ignore_unknown_options`, and `max_content_width` parameters. + .. versionadded:: 7.1 + Added the `show_default` parameter. + :param command: the command class for this context. :param parent: the parent context. :param info_name: the info name for this invocation. Generally this