modified radicle-cli/examples/rad-inspect.md
@@ -29,6 +29,13 @@ z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/inspect.rs
@@ -12,6 +12,7 @@ use radicle::identity::Id;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -36,6 +37,7 @@ Options
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -52,6 +54,7 @@ pub enum Target {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -95,6 +98,9 @@ impl Args for Options {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -159,6 +165,18 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|