cli: Make `rad id update` description optional
If a --title is specified, the description is optional, and will be
set to the empty string.
2 files changed
+8
-8
f26be552
→
42ffbf3f
modified radicle-cli/examples/rad-id-private.md
@@ -5,7 +5,7 @@ options. Both options can be specified multiple times in the same command line c
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -33,7 +33,7 @@ $ rad inspect --identity
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -58,7 +58,7 @@ Note that using both `--disallow` and `--allow` with the same DID will result in
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -66,11 +66,11 @@ Allowing or disallowing the same peer twice will result in an error the second
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -86,7 +86,7 @@ $ rad id update --visibility public --allow did:key:z6Mkt67GdsW7715MEfRuP4pSZxJR
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/id.rs
@@ -686,8 +686,8 @@ like a commit message. Markdown is supported in the title
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|