modified rad.1.adoc
@@ -189,6 +189,12 @@ description and default branch by running:
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/self.rs
@@ -22,6 +22,7 @@ Options
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -34,6 +35,7 @@ enum Show {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -65,6 +67,9 @@ impl Args for Options {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -103,6 +108,9 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|