-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deduplicate --help
option definition
#2563
Merged
AndreasBackx
merged 3 commits into
pallets:stable
from
kdeldycke:deduplicate-help-option
Nov 2, 2024
Merged
Deduplicate --help
option definition
#2563
AndreasBackx
merged 3 commits into
pallets:stable
from
kdeldycke:deduplicate-help-option
Nov 2, 2024
Conversation
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
kdeldycke
changed the title
Deduplicate help option definition
Deduplicate Jul 11, 2023
--help
option definition
kdeldycke
force-pushed
the
deduplicate-help-option
branch
2 times, most recently
from
July 11, 2023 16:33
37d3cc4
to
2045247
Compare
kdeldycke
force-pushed
the
deduplicate-help-option
branch
2 times, most recently
from
August 31, 2023 10:21
54f88b5
to
a9b0fb0
Compare
Conflicts have been resolved, this PR has been rebased on It is ready to merged back for the upcoming Click 8.2.x. |
@kdeldycke I like this! |
kdeldycke
force-pushed
the
deduplicate-help-option
branch
from
February 23, 2024 07:41
a9b0fb0
to
e436986
Compare
kdeldycke
force-pushed
the
deduplicate-help-option
branch
from
May 18, 2024 12:27
e436986
to
60fdea1
Compare
AndreasBackx
force-pushed
the
deduplicate-help-option
branch
from
November 2, 2024 14:36
60fdea1
to
9773a4d
Compare
Thanks @AndreasBackx for the merge! 🥳 |
Thank you for the PR @kdeldycke. Just trying to get through the backlog of issues and PR now so we can get some more movement on the project. 😃 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Just stumbled upon an opportunity to deduplicate the code producing the default
--help
option across Click code.Should I create a specific issue for that PR?
As this is just a refactor, I did not mentioned this into the changelog or docs.
The current tests demonstrates this PR does not introduce regressions.
Checklist:
CHANGES.rst
summarizing the change and linking to the issue... versionchanged::
entries in any relevant code docs.pre-commit
hooks and fix any issues.pytest
andtox
, no tests failed.