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
21 lines
428 B
Markdown
21 lines
428 B
Markdown
# Reopens a Closed or Drafted Patch
|
|
|
|
> `n34 patch reopen` command
|
|
|
|
**Usage:**
|
|
```
|
|
Reopens a closed or drafted patch
|
|
|
|
Usage: n34 patch reopen [OPTIONS] <PATCH_ID>
|
|
|
|
Arguments:
|
|
<PATCH_ID> The closed/drafted patch id to reopen it. Must be orignal root patch
|
|
|
|
Options:
|
|
--repo <NADDR-NIP05-OR-SET> Repository addresses
|
|
```
|
|
|
|
Issue a kind `1630` (Open status) for the specified patch. The patch have to
|
|
be closed or drafted.
|
|
|