chore(deps): update dependency click-extra to v7.14.0#697
Merged
ReenigneArcher merged 1 commit intomasterfrom Apr 24, 2026
Merged
chore(deps): update dependency click-extra to v7.14.0#697ReenigneArcher merged 1 commit intomasterfrom
ReenigneArcher merged 1 commit intomasterfrom
Conversation
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
==7.13.0→==7.14.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
kdeldycke/click-extra (click-extra)
v7.14.0Compare Source
wrapsubcommand:click-extra wrap SCRIPT [ARGS]...applies help colorization to any installed Click CLI without modifying its source. Supports--themeoption and[tool.click-extra.wrap.<script>]config sections for persistent CLI defaults. Resolves SCRIPT via console_scripts entry points,module:functionnotation,.pyfile paths, or bare module names. Unknown subcommand names fall through towrapautomatically, soclick-extra flask --helpworks without typingwrap.runis kept as an alias.show-paramssubcommand:click-extra show-params SCRIPT [SUBCOMMAND]...introspects any external Click CLI's parameters and displays them as a table. Supports all--table-formatrenderings. Drills into nested subcommands. Auto-discovers the Click command when the entry point is a wrapper function.Spec.column withoptiontheme (cyan) andPython typewithmetavartheme (cyan dim) in both--show-paramsandshow-params, matching help-screen conventions.get_param_spec()andformat_param_row()as public API inclick_extra.parameters.get_param_spec()extracts option-spec strings and handles hidden-param unhiding.format_param_row()is the shared cell renderer for both--show-paramsandshow-paramstables.ParamStructure.get_param_type()a@staticmethod. Returnsstrfor unrecognised custom types instead of raisingValueError.render-matrixsubcommand with individualcolors,styles,palette,8color, andgradientsubcommands grouped under a "Demo" section. Remove theclick-extra-demoentry point.tests/sphinx/. Downstream packagers can skip them with--ignore=tests/sphinxwithout pulling in Sphinx dependencies.8.3.3. SimplifyParameterSourcecomparisons inConfigOptionusing the newIntEnumordering.Configuration
📅 Schedule: (in timezone America/New_York)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.