Skip to content

fix: resolve CLI help text consistency issues across 7 commands#22714

Merged
pelikhan merged 2 commits intomainfrom
copilot/fix-cli-consistency-issues
Mar 24, 2026
Merged

fix: resolve CLI help text consistency issues across 7 commands#22714
pelikhan merged 2 commits intomainfrom
copilot/fix-cli-consistency-issues

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 24, 2026

  • Fix 2 medium issues:
    • upgrade --no-fix: misleading flag name — added --agent-only with clear description; --no-fix kept as hidden backward-compat alias; internal log messages updated to reference --agent-only
    • list --dir/--path: undifferentiated dual flags — --dir now says "Local workflow directory (overrides default .github/workflows; ignored when --repo is set)"; --path now says "Path to workflows directory in the remote repository (used with --repo)"
  • Fix 6 low issues:
    • 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 duplication
    • trial --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"
    • trial Long description: missing period at end of first paragraph — added period after "host repository"
    • run Long 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 --ref flag 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.

Copilot AI linked an issue Mar 24, 2026 that may be closed by this pull request
@pelikhan pelikhan marked this pull request as ready for review March 24, 2026 16:02
Copilot AI review requested due to automatic review settings March 24, 2026 16:02
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

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 AI requested a review from pelikhan March 24, 2026 16:06
@pelikhan pelikhan merged commit 6762bfb into main Mar 24, 2026
@pelikhan pelikhan deleted the copilot/fix-cli-consistency-issues branch March 24, 2026 16:10
Copilot stopped work on behalf of pelikhan due to an error March 24, 2026 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[cli-consistency] CLI Consistency Issues - 2026-03-24

3 participants