added radicle-cli/examples/rad-clone-unknown.md
@@ -0,0 +1,7 @@
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified radicle-cli/examples/rad-init.md
@@ -3,7 +3,7 @@ To create your first radicle project, navigate to a git repository, and run
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/clone.rs
@@ -131,6 +131,8 @@ pub enum CloneError {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -149,8 +151,11 @@ pub fn clone<G: Signer>(
|
|
|
|
|
|
| - | |
| + | |
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-cli/src/terminal/io.rs
@@ -87,7 +87,7 @@ pub fn help(name: &str, version: &str, description: &str, usage: &str) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -95,8 +95,8 @@ pub fn usage(name: &str, usage: &str) {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -108,7 +108,7 @@ pub fn subcommand(msg: impl fmt::Display) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -117,7 +117,7 @@ pub fn warning(warning: &str) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -129,7 +129,7 @@ pub fn fail(header: &str, error: &anyhow::Error) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -139,7 +139,7 @@ pub fn fail(header: &str, error: &anyhow::Error) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -148,7 +148,7 @@ pub fn fail(header: &str, error: &anyhow::Error) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/terminal/spinner.rs
@@ -35,7 +35,7 @@ impl Spinner {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -52,7 +52,7 @@ impl Spinner {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/tests/commands.rs
@@ -174,6 +174,25 @@ fn rad_clone() {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-cli/tests/framework/mod.rs
@@ -8,6 +8,9 @@ use snapbox::cmd::{Command, OutputAssert};
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -18,6 +21,12 @@ pub enum Error {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -36,6 +45,8 @@ pub struct Assertion {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -112,8 +123,12 @@ impl TestFormula {
|
|
|
|
|
|
| + | |
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -181,7 +196,14 @@ impl TestFormula {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -246,6 +268,7 @@ $ rad sync
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -253,6 +276,7 @@ $ rad sync
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -262,6 +286,7 @@ $ rad sync
|
|
|
|
|
|
| + | |
|
|
|
|
|