-
Notifications
You must be signed in to change notification settings - Fork 913
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
Lazy load click subcommands #3883
Merged
Merged
Changes from 16 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
cbf054e
Lazy load subcommands
ankatiyar 12a62cd
Merge branch 'main' into lazy-subcommands
ankatiyar 2dec83a
Merge branch 'main' into lazy-subcommands
ankatiyar f79fde3
Test + lint
ankatiyar d53614a
Make overwriting of commands work
ankatiyar 05ada82
Some lint fixes
ankatiyar f38676c
Some lint fixes
ankatiyar 6dde38a
Some lint fixes
ankatiyar c6954e7
Some lint fixes
ankatiyar 63a4356
Fix some tests
ankatiyar 9af13df
Some tests + lint
ankatiyar 7933c61
fix tests
ankatiyar 409621e
Move lazy group
ankatiyar dfba836
lint
ankatiyar 4adb0b8
lint
ankatiyar 8a903bf
lint
ankatiyar 29a86bd
Merge branch 'main' into lazy-subcommands
ankatiyar 0fd6cb4
Remove commented parts, add comments
ankatiyar 37764a7
test lazy commands + docs link
ankatiyar d78a4c6
Release notes
ankatiyar 6e8afed
Merge branch 'main' into lazy-subcommands
ankatiyar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might be helpful to update the test name or leave a comment explaining that the 1 command group loaded is everything that's not doing lazy loading.