Add tip about --description vs --body flag for PR creation
Documents that tea CLI uses --description/-d flag for PR body content, not --body like the gh CLI. This helps avoid failed commands when transitioning from gh CLI. Closes #5 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit was merged in pull request #9.
This commit is contained in:
@@ -155,6 +155,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)
|
- **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
|
- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user