fix(deps): update dependency rich-click to v1.7.0 #917
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.6.1
->1.7.0
Release Notes
ewels/rich-click (rich-click)
v1.7.0
Compare Source
This release comes after merging a huge pull-request from @BrutalSimplicity - see #92
HelpFormatter
classHelpConfiguration
class that doubles the current module-level settingsHelpConfiguration
to be passed into Click via the supportedcontext_settings
argument provided by theCommand
andGroup
classes.RichHelpFormatter
creates a console based on theRichHelpConfiguration
as the tight coupling between the Formatter and Click's internals make it difficult to allow the Console to be configured externally (i.e. one example is that Click expects help formatting to be buffered).RichContext
class to allow creation of the custom formatter.Console
andRichHelpConfiguration
properties.This PR closes a number of issues:
click.ClickException
should output tostderr
format_help
and its callersIn addition, we merged another large pull-request that adds full static type-checking support (see issue #85), and fixes many bugs - see PR #126.
In addition:
STYLE_COMMAND
[#102]WIDTH
(in addition toMAX_WIDTH
), thanks to @ealap [#110]STYLE_ERRORS_SUGGESTION_COMMAND
[#136]Usage:
line to avoid off-target effects [#108]ctx.exit(exit_code)
would not show nonzero exit codes.[#114]click.MultiCommand
. [#38]:Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.