@W-21580913 - feat: update command help text with new supported types#45
Merged
william-xie-sf merged 1 commit intoApr 3, 2026
Conversation
| Even though this command updates only local files in your DX project, you're still required to authorize and specify an org, which is how the command accesses a large language model (LLM). | ||
|
|
||
| Currently, this command supports enriching only Lightning Web Components, represented by the LightningComponentBundle metadata type. | ||
| This command currently supports the following metadata types: |
Collaborator
There was a problem hiding this comment.
Suggested change
| This command currently supports the following metadata types: | |
| This command supports the following metadata types: |
Collaborator
There was a problem hiding this comment.
I think I might have originally used the word "currently", but it's actually bad form because it implies that we're going to support more types in the future. which might be true, but then we never REALLY know what's going to happen! So it's best not to try to predict the future in docs :)
jshackell-sfdc
approved these changes
Apr 3, 2026
Collaborator
jshackell-sfdc
left a comment
There was a problem hiding this comment.
Looks great! I had just one little suggestion. Approving anyway.
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.
What does this PR do?
Update the command
--helptext to include the new supported types:What issues does this PR fix or reference?
@W-21580913@