[Issue #5] Add tip about --description vs --body flag for PR creation #9

Merged
HugoNijhuis merged 1 commits from issue-5-tea-description-flag-tip into main 2025-12-31 17:59:26 +00:00
Showing only changes of commit e2198c0d8e - Show all commits

View File

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