cli: add `--title` and `--description` options to `rad issue edit`
These were missing, causing an invalid option error.
Signed-off-by: Yorgos Saslis yorgos.work@proton.me
1 file changed
+6
-6
87cb7bf5
→
a1cd0e2f
modified radicle-cli/src/commands/issue.rs
@@ -38,7 +38,7 @@ Usage
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -222,10 +222,13 @@ impl Args for Options {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -239,9 +242,6 @@ impl Args for Options {
|
|
|
|
|
|
| - | |
| - | |
| - | |
|
|
|
|
|