docs(forge): note view auto-detects + scoped issue/pr view (iris review #1996)
This commit is contained in:
parent
6a25898bfe
commit
7a1ea11ec2
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ distinct output shape — pick by what you need:
|
|||
|
||||
| Need | Verb | Shape |
|
||||
|------|------|-------|
|
||||
| The full human view of one item — title, body, **and** every comment in order | `view <n>` | prose dump; **marks the thread read** (clears the read-before-comment guard) |
|
||||
| The full human view of one item — title, body, **and** every comment in order | `view <n>` | prose dump; **marks the thread read** (clears the read-before-comment guard). Top-level `view` auto-detects issue-or-PR by number; scoped `issue view <n>` / `pr view <n>` do the same when you already know the kind |
|
||||
| Just the structured metadata of one item (state, labels, assignees, head sha…) | `issue <n>` / `pr <n>` | JSON object |
|
||||
| Only the comments (skip the body), e.g. to catch up a long thread | `comments <n>` [`--tail N`] | comment list; **marks read** |
|
||||
| One specific comment by its id | `comment-show <id>` | single comment |
|
||||
|
|
|
|||
Loading…
Reference in a new issue