[Issue #2] Fix tea CLI syntax for viewing issues #3

Merged
HugoNijhuis merged 1 commits from issue-2-tea-cli-issue-view into main 2025-12-31 15:51:58 +00:00
2 changed files with 2 additions and 1 deletions

View File

@@ -55,7 +55,7 @@ argument-hint: <issue-number>
# Work on Issue #$1 # Work on Issue #$1
1. **View the issue**: `tea issue view $1` 1. **View the issue**: `tea issues $1`
2. **Create a branch**: `git checkout -b issue-$1-<title>` 2. **Create a branch**: `git checkout -b issue-$1-<title>`
... ...
``` ```

View File

@@ -138,6 +138,7 @@ tea issues -r owner/repo # Specify repo directly
## Tips ## Tips
- **View single issue**: Use `tea issues <number>` (NOT `tea issues view <number>` - there is no `view` subcommand)
- Always verify you're in the correct repository before running commands - Always verify you're in the correct repository before running commands
- Use `tea issues` to find issue numbers before viewing/editing - Use `tea issues` to find issue numbers before viewing/editing
- Reference issues in PR bodies with `Closes #N` for auto-linking - Reference issues in PR bodies with `Closes #N` for auto-linking