cli/debug: Use clap
3 failed
(3 total)
View logs
modified crates/radicle-cli/examples/rad-help.md
@@ -11,6 +11,7 @@ Common `rad` commands used in various situations:
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/debug.rs
@@ -1,7 +1,7 @@
| - | |
| + | |
| + | |
|
|
|
|
| - | |
|
|
|
|
|
@@ -11,40 +11,16 @@ use serde::Serialize;
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
added crates/radicle-cli/src/commands/debug/args.rs
@@ -0,0 +1,13 @@
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified crates/radicle-cli/src/commands/help.rs
@@ -45,6 +45,10 @@ const COMMANDS: &[CommandItem] = &[
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/main.rs
@@ -47,6 +47,7 @@ struct CliArgs {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -203,7 +204,9 @@ pub(crate) fn run_other(exe: &str, args: &[OsString]) -> Result<(), Option<anyho
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|