modified radicle-cli/examples/rad-init-private.md
@@ -3,7 +3,7 @@ Alice can initialize a *private* repo using the `--private` flag.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/examples/rad-init-sync-not-connected.md
@@ -3,7 +3,7 @@ When initializing a repository without any peer connections, we get this output:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/examples/rad-init-sync-preferred.md
@@ -3,7 +3,7 @@ Let's try initializing a new repository with a preferred seed configured.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/examples/rad-init-sync-timeout.md
@@ -4,7 +4,7 @@ as the node will keep attempting to sync in the background.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/examples/rad-init-sync.md
@@ -5,7 +5,7 @@ the `init` command:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/examples/rad-init-with-existing-remote.md
@@ -22,7 +22,7 @@ Then we initialize.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/examples/rad-init.md
@@ -5,7 +5,7 @@ To create your first radicle repository, navigate to a git repository, and run t
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/examples/rad-patch-pull-update.md
@@ -5,7 +5,7 @@ Alice creates a repository and Bob clones it.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/init.rs
@@ -214,17 +214,13 @@ pub fn init(options: Options, profile: &profile::Profile) -> anyhow::Result<()>
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|