Radish alpha
r
rad:z39mP9rQAaGmERfUMPULfPUi473tY
Radicle terminal user interface
Radicle
Git
Add patch review documentation
Erik Kundt committed 1 year ago
commit 35850c02762c6eb249f9ed2bcc54420f23d810ec
parent f45f317
1 file changed +10 -0
modified README.md
@@ -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:

```
@@ -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.: