tea CLI: issue view command doesn't show issue body reliably #2
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
Working on issue #3 via work-issue skill.
Problem / Observation
Getting issue details with tea CLI was unreliable:
tea issue view 3showed a table of all issues instead of issue #3 detailstea issue view 3 --commentssame problemtea issue --repo flowmade-one/platform 3to finally get the bodyThis caused multiple failed attempts and wasted time.
Suggested Improvement
Document the correct tea CLI syntax for viewing a single issue, or consider using a different approach (direct API call).
Working command:
tea issue --repo <owner>/<repo> <number>Not working as expected:
tea issue view <number>Affected Files