cli: Cleanup patch, checkout and clone output
modified radicle-cli/examples/rad-checkout.md
@@ -3,13 +3,7 @@ existing project.
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/examples/rad-clone.md
@@ -9,9 +9,7 @@ $ rad clone rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/examples/rad-patch.md
@@ -26,7 +26,6 @@ Once the code is ready, we open (or create) a patch with our changes for the pro
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -36,7 +35,6 @@ master <- z6MknSL…StBU8Vi/flux-capacitor-power (3e674d1)
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified radicle-cli/examples/workflow/2-cloning.md
@@ -9,9 +9,7 @@ $ rad clone rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/examples/workflow/4-patching-contributor.md
@@ -26,7 +26,6 @@ Once the code is ready, we open a patch with our changes.
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -36,7 +35,6 @@ master <- z6Mkt67…v4N1tRk/flux-capacitor-power (3e674d1)
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified radicle-cli/src/commands/checkout.rs
@@ -70,17 +70,12 @@ impl Args for Options {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -97,13 +92,7 @@ pub fn execute(options: Options, profile: &Profile) -> anyhow::Result<PathBuf> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -113,6 +102,10 @@ pub fn execute(options: Options, profile: &Profile) -> anyhow::Result<PathBuf> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/clone.rs
@@ -129,10 +129,10 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/patch/create.rs
@@ -58,7 +58,6 @@ fn show_patch_commit_info(
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -134,7 +133,6 @@ pub fn run(
|
|
|
|
|
|
| - | |
|
|
|
|
|