modified radicle-cli/examples/rad-clone-unknown.md
@@ -1,7 +1,7 @@
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
modified radicle-cli/examples/rad-clone.md
@@ -3,7 +3,7 @@ To create a local copy of a repository on the radicle network, we use the
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/clone.rs
@@ -22,7 +22,6 @@ use crate::commands::rad_sync as sync;
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -31,13 +30,13 @@ pub const HELP: Help = Help {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -45,9 +44,8 @@ Options
|
|
|
|
|
|
| - | |
| - | |
|
|
| + | |
|
|
|
|
|
@@ -56,13 +54,19 @@ impl Args for Options {
|
|
|
|
|
|
| - | |
|
|
| + | |
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -89,7 +93,7 @@ impl Args for Options {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -104,6 +108,7 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -163,6 +168,7 @@ pub enum CloneError {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -170,9 +176,9 @@ pub fn clone<G: Signer>(
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/track.rs
@@ -89,11 +89,7 @@ impl Args for Options {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/terminal/args.rs
@@ -54,7 +54,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|