Skip to content

Commit

Permalink
Merge pull request pallets#1459 from altendky/patch-1
Browse files Browse the repository at this point in the history
Add versionadded for Context(show_default)
  • Loading branch information
davidism committed Jan 24, 2020
2 parents 2a5e8a9 + 27c4ce4 commit 5234cc8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions click/core.py
Expand Up @@ -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
Expand Down

0 comments on commit 5234cc8

Please sign in to comment.