modified radicle-cli/src/commands/patch.rs
@@ -1,3 +1,5 @@
| + | |
| + | |
|
|
|
|
|
@@ -38,6 +40,7 @@ Usage
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -67,6 +70,7 @@ pub enum OperationName {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -85,6 +89,9 @@ pub enum Operation {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -180,6 +187,7 @@ impl Args for Options {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -202,6 +210,9 @@ impl Args for Options {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -259,6 +270,10 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
added radicle-cli/src/commands/patch/archive.rs
@@ -0,0 +1,16 @@
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified radicle/src/cob/patch.rs
@@ -955,6 +955,11 @@ impl<'a, 'g> PatchMut<'a, 'g> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|