tea CLI: Add tip about --description vs --body flag for PR creation #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
During /retro after completing issue #2.
Problem / Observation
When creating PRs with
tea pulls create, used--bodyflag (from gh CLI muscle memory) instead of the correct--descriptionflag:This caused a failed command that had to be retried.
Suggested Improvement
Add a tip to the gitea skill's Tips section noting the difference from gh CLI:
Affected Files