modified radicle-cli/examples/rad-auth.md
@@ -9,7 +9,7 @@ Initializing your radicle 👾 identity
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/examples/rad-id-rebase.md
@@ -186,7 +186,7 @@ Now, when we go to accept the second proposal:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -231,9 +231,9 @@ Quorum Reached
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -241,7 +241,7 @@ If we attempt to commit this revision, the command will fail:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/examples/rad-init-sync.md
@@ -12,6 +12,5 @@ Initializing radicle 👾 project in .
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
modified radicle-cli/examples/rad-init.md
@@ -15,11 +15,9 @@ Initializing radicle 👾 project in .
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/auth.rs
@@ -111,9 +111,9 @@ pub fn init(options: Options) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/init.rs
@@ -276,13 +276,17 @@ pub fn init(options: Options, profile: &profile::Profile) -> anyhow::Result<()>
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-cli/src/terminal/format.rs
@@ -29,6 +29,11 @@ pub fn parens<D: fmt::Display>(input: Paint<D>) -> Paint<String> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-term/src/io.rs
@@ -73,7 +73,11 @@ pub fn success_args(args: fmt::Arguments) {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|