cli: allow rad rm to untrack without running node
modified radicle-cli/examples/rad-rm.md
@@ -10,8 +10,7 @@ Now let's delete the `heartwood` project:
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/rm.rs
@@ -4,8 +4,10 @@ use std::fs;
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
| - | |
|
|
|
|
|
@@ -70,20 +72,37 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |