modified radicle-cli/src/commands/patch.rs
@@ -4,6 +4,8 @@ mod checkout;
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -36,6 +38,7 @@ Usage
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -56,6 +59,7 @@ pub enum OperationName {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -73,6 +77,9 @@ pub enum Operation {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -154,6 +161,7 @@ impl Args for Options {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -176,6 +184,9 @@ impl Args for Options {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -230,6 +241,9 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
added radicle-cli/src/commands/patch/delete.rs
@@ -0,0 +1,13 @@
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |