Support for pull requests, it's not standard in NIPs yet[1] but there must be two clients that support it to be included in NIPs, n34 is one of them. This support: - Create a new PR `n34 pr new` - Update PR tip `n34 pr update` - View a PR `n34 pr view` - List PRs `n34 pr list` - Add `PR` and `PR-update` kinds as roots in `NostrClient::find_root` - Support issuing statuses for PRs - Support GRASP PR and PR-update - Update the docs [1] https://github.com/nostr-protocol/nips/pull/1966
18 lines
400 B
Markdown
18 lines
400 B
Markdown
# List Pull Requests
|
|
|
|
> `n34 pr list` command
|
|
|
|
**Usage:**
|
|
```
|
|
Usage: n34 pr list [OPTIONS] [NADDR-NIP05-OR-SET]...
|
|
|
|
Arguments:
|
|
[NADDR-NIP05-OR-SET]... Repository addresses
|
|
|
|
Options:
|
|
--limit <LIMIT> Maximum number of patches to list [default: 15]
|
|
```
|
|
|
|
List the repositories pull requests. By default `n34` will look for
|
|
`nostr-address` file and extract the repositories from it.
|