modified radicle-cli/examples/rad-patch.md
@@ -48,7 +48,7 @@ $ rad patch
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/examples/workflow/4-patching-contributor.md
@@ -57,17 +57,6 @@ $ rad patch show a07ef7743a32a2e902672ea3526d1db6ee08108a
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified radicle-cli/src/commands/patch.rs
@@ -45,6 +45,10 @@ Usage
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -84,6 +88,7 @@ pub enum Operation {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -125,6 +130,7 @@ impl Args for Options {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -158,6 +164,11 @@ impl Args for Options {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -205,6 +216,7 @@ impl Args for Options {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -249,9 +261,9 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/patch/show.rs
@@ -40,6 +40,7 @@ pub fn run(
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -91,10 +92,11 @@ pub fn run(
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|