-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix show_default with context_settings
Co-authored-by: Stephen Finucane <stephen@that.guru> Closes: #114
- Loading branch information
1 parent
37742be
commit e8cf016
Showing
3 changed files
with
55 additions
and
7 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
releasenotes/notes/add-show_default-from-context-support-ab4aeffcc513502d.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
fixes: | ||
- | | ||
Added support for ``show_default`` as defined in click context settings. | ||
This allows for option defaults to be rendered in the output. Consistent | ||
with click version 8.1.x, ``show_default`` is overridden by | ||
``Command.show_default``. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters