Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
fixup! cli: don't override existing seeding scope in `rad clone`
Matthias Beyer committed 1 month ago
commit 129b4b82728b47680dc97d038f9d847752846c00
parent eb7f54a411b77a85fdc142938746aaca61b5b630
1 file changed +13 -0
modified crates/radicle-cli/examples/rad-issue-list.md
@@ -9,6 +9,19 @@ $ rad issue list
╰────────────────────────────────────────────────────────────────────────────────────────────────────╯
```

+
In case the list of issues is too long, we can also filter for issues that we created.
+

+
```
+
$ rad issue list --authored
+
╭────────────────────────────────────────────────────────────────────────────────────────────────────╮
+
│ ●   ID        Title                         Author           Labels             Assignees   Opened │
+
├────────────────────────────────────────────────────────────────────────────────────────────────────┤
+
│ ●   d87dcfe   flux capacitor underpowered   alice    (you)   good-first-issue               now    │
+
╰────────────────────────────────────────────────────────────────────────────────────────────────────╯
+
```
+

+
There's also an option to filter issues by key using the `--author` option.
+

We can now assign ourselves to the open issue.

```