fix: resolve CLI help text consistency issues across 7 commands#22714
Merged
fix: resolve CLI help text consistency issues across 7 commands#22714
Conversation
Contributor
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> Agent-Logs-Url: https://github.com/github/gh-aw/sessions/bf65efa5-cd43-467d-8234-3262d32d4014
Copilot
AI
changed the title
[WIP] Fix CLI consistency issues for better user experience
fix: resolve CLI help text consistency issues across 7 commands
Mar 24, 2026
Copilot stopped work on behalf of
pelikhan due to an error
March 24, 2026 16:10
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.
upgrade --no-fix: misleading flag name — added--agent-onlywith clear description;--no-fixkept as hidden backward-compat alias; internal log messages updated to reference--agent-onlylist --dir/--path: undifferentiated dual flags —--dirnow says "Local workflow directory (overrides default .github/workflows; ignored when --repo is set)";--pathnow says "Path to workflows directory in the remote repository (used with --repo)"trial --force-delete-host-repo-before: redundant wording — removed "before creation, " (already implied by "before creating it")trial --timeout: double-default — removed "(default: 30)" from description; cobra now shows clean(default 30)without duplicationtrial --logical-repo: awkward phrasing — "The repo we're simulating the execution for" → "Repository to simulate workflow execution against, as if the workflow was installed there"trialLong description: missing period at end of first paragraph — added period after "host repository"runLong description: duplicate text — removed "By default, workflows are run on the current branch. Use --ref to specify a different branch or tag." (already stated in--refflag description)compile --actions-repo: style issue — removed "Example: --actions-repo myorg/my-aw-actions" from flag description (flag descriptions don't conventionally include examples)💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.