Skip to content

Comments

fix(claude): correct acli view syntax and expand quick reference#74

Merged
paveg merged 2 commits intomainfrom
fix/acli-view-syntax
Feb 20, 2026
Merged

fix(claude): correct acli view syntax and expand quick reference#74
paveg merged 2 commits intomainfrom
fix/acli-view-syntax

Conversation

@paveg
Copy link
Owner

@paveg paveg commented Feb 20, 2026

Summary

  • Fixed view command syntax from --key KEY-123 to positional KEY-123 (verified against acli jira workitem view --help)
  • Added "Syntax Differences" section highlighting that view uses positional args while edit/delete/transition use --key
  • Expanded Quick Reference with all common command variations (JSON output, field selection, inline create, count, transition)
  • Improved edit guidance distinguishing inline --key usage from --from-json with issues array
  • Added unknown flag: --key troubleshooting entry

Test plan

  • Verify acli jira workitem view KEY-123 works correctly
  • Verify acli jira workitem edit --key KEY-123 --summary "test" --yes works
  • Run just test to ensure no formatting/lint issues

The `view` command uses a positional argument, not `--key` flag.
Added syntax differences section and expanded quick reference with
all common command variations verified against actual CLI help.
Configures Claude to mirror the user's language and prioritize
accuracy over speculation across all projects.
@paveg paveg merged commit 1a9e7bd into main Feb 20, 2026
10 checks passed
@paveg paveg deleted the fix/acli-view-syntax branch February 20, 2026 07:35
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.

1 participant