modified radicle-cli/examples/git/git-push.md
@@ -56,6 +56,6 @@ f2de534b5e81d7c6e2dcaf58c3dd91573c0a0354 refs/heads/master
|
|
|
|
|
|
| - | |
| + | |
|
|
|
modified radicle-cli/examples/rad-sync.md
@@ -11,7 +11,7 @@ Now let's run `rad sync`. This will announce the issue refs to the network and
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -19,7 +19,7 @@ If we try to sync again after the nodes have synced, we will get a timeout
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/sync.rs
@@ -21,16 +21,24 @@ Usage
|
|
|
|
|
|
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -39,11 +47,12 @@ Options
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
|
|
| + | |
| + | |
|
|
|
|
|
@@ -76,9 +85,12 @@ impl Args for Options {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -127,6 +139,12 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|