modified radicle-cli/examples/rad-inspect.md
@@ -26,7 +26,7 @@ z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -37,6 +37,8 @@ $ rad inspect --payload
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/inspect.rs
@@ -11,7 +11,8 @@ use json_color::{Color, Colorizer};
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -36,6 +37,8 @@ Options
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -45,6 +48,8 @@ Options
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -75,6 +80,12 @@ impl Args for Options {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -128,7 +139,7 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -136,8 +147,41 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
|
|
|
|
|
@@ -210,8 +254,7 @@ fn colorizer() -> Colorizer {
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|