cli/path: Use clap
See issue/7fb03f234030b91c38cc4f5b48bd30cf5fd6a1de.
4 files changed
+19
-47
4787b53b
→
753b7aef
modified crates/radicle-cli/src/commands/help.rs
@@ -55,7 +55,10 @@ const COMMANDS: &[CommandItem] = &[
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/path.rs
@@ -1,54 +1,13 @@
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
added crates/radicle-cli/src/commands/path/args.rs
@@ -0,0 +1,7 @@
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified crates/radicle-cli/src/main.rs
@@ -46,6 +46,7 @@ struct CliArgs {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -237,7 +238,9 @@ fn run_other(exe: &str, args: &[OsString]) -> Result<(), Option<anyhow::Error>>
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|