Fix unclear terminology in add command help text#3699
Merged
Conversation
Change "from the components" to "from repositories" for clearer terminology. Use shorter, more concise phrasing as requested. Fixes issue: unclear terminology in add command help text Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix unclear terminology in add command help text
Fix unclear terminology in add command help text
Nov 12, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR improves the clarity and consistency of the add command's help text by replacing ambiguous terminology. The short description now uses "from repositories" instead of the unclear phrase "from the components", making it consistent with the long description and easier for users to understand.
- Updated the short help text to use clearer, more accurate terminology
- Improved consistency between short and long command descriptions
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
The
addcommand used ambiguous phrasing "from the components" in its short description. Changed to "from repositories" for clarity and consistency with the long description.Changes
pkg/cli/add_command.go: UpdatedShortfield from "Add one or more workflows from the components to .github/workflows" to "Add workflows from repositories to .github/workflows"Impact
Help output now displays:
Terminology is now consistent with the long description and clearer to users.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.