cli/stats: Use clap
1 failed
(1 total)
View logs
modified crates/radicle-cli/src/commands/help.rs
@@ -64,7 +64,10 @@ const COMMANDS: &[CommandItem] = &[
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/stats.rs
@@ -1,6 +1,6 @@
| - | |
|
|
|
|
| + | |
|
|
|
|
|
@@ -13,22 +13,8 @@ use radicle_term::Element;
|
|
|
|
|
|
| - | |
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -65,30 +51,11 @@ struct Stats {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/main.rs
@@ -46,6 +46,7 @@ struct CliArgs {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -283,7 +284,9 @@ fn run_other(exe: &str, args: &[OsString]) -> Result<(), Option<anyhow::Error>>
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|