modified radicle-cli/examples/rad-clone.md
@@ -65,7 +65,7 @@ Date: Mon Jan 1 14:39:16 2018 +0000
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/examples/rad-unseed.md
@@ -21,6 +21,8 @@ Now, if we run `rad ls`, we see it's gone:
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/ls.rs
@@ -23,7 +23,8 @@ Options
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -35,6 +36,7 @@ pub struct Options {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -46,15 +48,19 @@ impl Args for Options {
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -72,6 +78,7 @@ impl Args for Options {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -103,7 +110,7 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -111,6 +118,9 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|