modified radicle-cli/examples/rad-clone-all.md
@@ -10,6 +10,12 @@ $ rad clone rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji --scope all
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-cli/examples/rad-clone-connect.md
@@ -13,4 +13,10 @@ $ rad clone rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
modified radicle-cli/examples/rad-clone.md
@@ -10,6 +10,12 @@ $ rad clone rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji --scope trusted
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-cli/examples/rad-patch-pull-update.md
@@ -24,6 +24,12 @@ $ rad clone rad:zhbMU4DUXrzB8xT6qAJh6yZ7bFMK
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/clone.rs
@@ -7,6 +7,7 @@ use std::time;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -23,6 +24,7 @@ use crate::commands::rad_sync as sync;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -113,7 +115,7 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -145,7 +147,28 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -180,7 +203,15 @@ pub fn clone<G: Signer>(
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -244,9 +275,9 @@ pub fn clone<G: Signer>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
modified radicle-term/src/cell.rs
@@ -2,6 +2,7 @@ use std::fmt::Display;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -26,7 +27,7 @@ impl Cell for Paint<String> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -110,12 +111,10 @@ impl Cell for str {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
modified radicle-term/src/element.rs
@@ -237,4 +237,12 @@ mod test {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
modified radicle-term/src/label.rs
@@ -9,7 +9,7 @@ pub struct Label(Paint<String>);
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -64,7 +64,7 @@ impl Cell for Label {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -72,13 +72,13 @@ impl<D: fmt::Display> From<Paint<D>> for Label {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -86,3 +86,11 @@ impl From<&str> for Label {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified radicle-term/src/lib.rs
@@ -22,7 +22,7 @@ pub use inquire::ui::Styled;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|