Skip to content

Commit

Permalink
Add patch review documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
erak committed Nov 29, 2024
1 parent f45f317 commit 35850c0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ Both commands will call into `rad-tui`, process its output and call `rad` accord

#### Interfaces

##### Selection

Select a patch, an issue or a notification and an operation:

```
Expand All @@ -133,6 +135,14 @@ Select a patch, an issue or a notification only and return its id:
rad-tui <patch | issue | inbox> select --mode id
```

##### Patch

Review a patch revision:
```
rad-tui patch review <id>
```
> **Note:** When the review is done, it needs to be finalized via `rad patch review [--accept | --reject] <id>`.
#### Output

All interfaces return a common JSON object on `stderr` that reflects the choices made by the user, e.g.:
Expand Down

0 comments on commit 35850c0

Please sign in to comment.