man: Add `rad patch archive` to man page
This commit is contained in:
parent
d38846baae
commit
b16eb5c986
|
|
@ -16,7 +16,7 @@ rad-patch - Manage radicle patches.
|
|||
*rad patch* _list_ [--all|--merged|--open|--archived|--draft] [<option>...] +
|
||||
*rad patch* _show_ <patch-id> [<option>...] +
|
||||
*rad patch* _diff_ <patch-id> [--revision <revision-id>] [<option>...] +
|
||||
*rad patch* _archive_ <patch-id> [<option>...] +
|
||||
*rad patch* _archive_ <patch-id> [--undo] [<option>...] +
|
||||
*rad patch* _update_ <patch-id> [<option>...] +
|
||||
*rad patch* _checkout_ <patch-id> [<option>...] +
|
||||
*rad patch* _delete_ <patch-id> [<option>...] +
|
||||
|
|
@ -95,6 +95,12 @@ to *open*.
|
|||
|
||||
*--undo*:: Change a patch back to *draft*
|
||||
|
||||
=== archive
|
||||
|
||||
Archive a patch.
|
||||
|
||||
*--undo*:: Unarchive a patch
|
||||
|
||||
=== set
|
||||
|
||||
Set the current branch upstream to a patch reference. This configures your
|
||||
|
|
|
|||
Loading…
Reference in New Issue