docs: clear write-good.Passive hits in docs/tools/forge.md
This commit is contained in:
parent
80e17f536d
commit
bf9f9126af
1 changed files with 3 additions and 3 deletions
|
|
@ -17,8 +17,8 @@ markdown-docs > docs/tools/forge-cli.md`.
|
||||||
- Credentials: `$HYPERHIVE_STATE_DIR/forge-token`
|
- Credentials: `$HYPERHIVE_STATE_DIR/forge-token`
|
||||||
- Active repo resolves, highest priority first: global `-r/--repo` flag
|
- Active repo resolves, highest priority first: global `-r/--repo` flag
|
||||||
> the `origin` remote of the cwd's git checkout > `$HIVE_FORGE_REPO`
|
> the `origin` remote of the cwd's git checkout > `$HIVE_FORGE_REPO`
|
||||||
(last-resort override, unset by default) > a hard error. No single
|
(last-resort override, unset by default) > a hard error.
|
||||||
repo is assumed by default — see `client::Client::from_env`.
|
`client::Client::from_env` assumes no single repo by default.
|
||||||
|
|
||||||
## Verbs
|
## Verbs
|
||||||
|
|
||||||
|
|
@ -128,7 +128,7 @@ distinct output shape — pick by what you need:
|
||||||
| ------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
| ------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||||
| 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` autodetects issue-or-PR by number; scoped `issue view <n>` / `pr view <n>` do the same when you already know the kind |
|
| 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` autodetects 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 |
|
| Just the structured metadata of one item (state, labels, assignees, head sha…) | `issue <n>` / `pr <n>` | JSON object |
|
||||||
| Only the comments (skip the body), for example to catch up a long thread; for PRs, review bodies (approve/request-changes/comment summaries) are merged in too | `comments <n>` [`--tail N`] | comment + review-body list; **marks read** |
|
| Only the comments (skip the body), for example to catch up a long thread; for PRs, review bodies (approve/request-changes/comment summaries) come along too | `comments <n>` [`--tail N`] | comment + review-body list; **marks read** |
|
||||||
| One specific comment by its id | `comment-show <id>` | single comment |
|
| One specific comment by its id | `comment-show <id>` | single comment |
|
||||||
| The audit trail — closes, label/assignee changes, commit refs, merges (no comment bodies) | `timeline <n>` | event list |
|
| The audit trail — closes, label/assignee changes, commit refs, merges (no comment bodies) | `timeline <n>` | event list |
|
||||||
| The code change | `pr diff <n>` | unified diff |
|
| The code change | `pr diff <n>` | unified diff |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue