Improve `rad init` wording
Opening mostly to get familiar with radicle and get some hands on experience. The first commit removes a hardcoded value that was making the tests fail for me and the second improves the rad init cli text.
3 files changed
+13
-8
18fc41c5
→
ce1e1f71
modified radicle-cli/examples/rad-inbox.md
@@ -21,7 +21,7 @@ $ rad inbox --sort-by id
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -31,12 +31,12 @@ $ rad inbox --all --sort-by id
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -67,7 +67,7 @@ $ rad inbox list --sort-by id
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -93,7 +93,7 @@ $ rad inbox --all
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/examples/rad-init-no-git.md
@@ -3,7 +3,7 @@ it will fail:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/init.rs
@@ -196,7 +196,7 @@ pub fn init(options: Options, profile: &profile::Profile) -> anyhow::Result<()>
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -320,8 +320,13 @@ pub fn init(options: Options, profile: &profile::Profile) -> anyhow::Result<()>
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|